Skip to content

Commit 44a6aa6

Browse files
authored
Fix gist example.
Closes github-tools#374
1 parent 5b790f5 commit 44a6aa6

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
@@ -57,7 +57,7 @@ gist.create({
5757
description: 'My first gist',
5858
files: {
5959
"file1.txt": {
60-
contents: "Aren't gists great!"
60+
content: "Aren't gists great!"
6161
}
6262
}
6363
}).then(function({data}) {

0 commit comments

Comments
 (0)