Skip to content

Commit 4fc6095

Browse files
committed
Update instructions
1 parent dbfca5f commit 4fc6095

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ $ npm install @probot/serverless-lambda
1111

1212
```javascript
1313
# serverless.js
14-
const serverless = require('@probot/serverless-aws');
15-
// run the app defined in index.js
16-
module.exports = serverless('.')
14+
const serverless = require('@probot/serverless-lambda');
15+
const plugin = require('./')
16+
module.exports.probot = serverless(plugin)
1717
```
1818

1919
</details>

0 commit comments

Comments
 (0)