Skip to content

Commit 21b234b

Browse files
committedNov 29, 2017
docs(README): add heads up comment to keep README example and type definition templates in sync
1 parent 21c50a8 commit 21b234b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎README.md

+2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ GitHub API: [developer.github.com/v3](https://developer.github.com/v3/)
3232

3333
Get all followers for user "defunkt":
3434

35+
<!-- HEADS UP: when changing the options for the constructor, make sure to also
36+
update the type definition templates in scripts/templates/* -->
3537
```js
3638
var GitHubApi = require('github')
3739

0 commit comments

Comments
 (0)
Please sign in to comment.