Skip to content

Commit

Permalink
Updated example to use a non-autonamed gist example
Browse files Browse the repository at this point in the history
  • Loading branch information
Damon Oehlman committed Sep 19, 2012
1 parent e5e3e63 commit 02a9a72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ getit('gist://3344823', function(err, content) {
To get a specific file from a particular gist:

```js
getit('gist://3344823/gistfile1.md', function(err, content) {
getit('gist://1261033/bridge-server.js', function(err, content) {
});
```

Expand Down

0 comments on commit 02a9a72

Please sign in to comment.