Skip to content

Commit 032b784

Browse files
authored
Fix wrong comment syntax
1 parent f01aec4 commit 032b784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ $ npm install @probot/serverless-lambda
88
```
99

1010
```javascript
11-
# handler.js
11+
// handler.js
1212
const { serverless } = require('@probot/serverless-lambda')
1313
const appFn = require('./')
1414
module.exports.probot = serverless(appFn)

0 commit comments

Comments
 (0)