Skip to content

Commit dbfca5f

Browse files
committed
Hide instructions in README for now
1 parent 05de462 commit dbfca5f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## Lambda Handler for Probot
22

3+
4+
5+
<details>
6+
<summary>TODO: Not published yet. Coming soon.</summary>
7+
38
```shell
49
$ npm install @probot/serverless-lambda
510
```
@@ -10,3 +15,5 @@ const serverless = require('@probot/serverless-aws');
1015
// run the app defined in index.js
1116
module.exports = serverless('.')
1217
```
18+
19+
</details>

0 commit comments

Comments
 (0)