Skip to content

Commit

Permalink
Merge pull request #1 from pselle/suggest
Browse files Browse the repository at this point in the history
Suggestion for readme, lint update
  • Loading branch information
pselle authored Aug 7, 2017
2 parents 64e3695 + 8c48897 commit 0beeecd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ With npm in project directory:

`npm install iopipe-plugin-trace`

Then, run your serverless function:
Then include the plugin with IOpipe in your serverless function:

```js
const iopipeLib = require('iopipe');
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"babel": "babel src --out-dir dist --ignore **/*.test.js,**/__mocks__/**",
"build": "npm run babel",
"eslint": "eslint src spec acceptance",
"eslint": "eslint src",
"jest": "jest",
"prepare": "npm run build",
"prepublishOnly": "npm run build",
Expand Down

0 comments on commit 0beeecd

Please sign in to comment.