Skip to content

Commit a451a7c

Browse files
committed
Update README.md
1 parent b1e6d86 commit a451a7c

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
@@ -184,7 +184,7 @@ user.userGists(username, function(err, gists) {});
184184
## Gist API
185185

186186
```js
187-
var gist = github().getGist(3165654);
187+
var gist = github.getGist(3165654);
188188
```
189189

190190
Read the contents of a Gist.

0 commit comments

Comments
 (0)