Skip to content

Commit 8f4e560

Browse files
committed
Updated docs.
1 parent d48ce02 commit 8f4e560

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
@@ -17,7 +17,7 @@ var repo = github.getRepo(reponame);
1717
// Store contents at a certain path (assumes UTF-8)
1818
// Files that doesn't exist are created on the fly.
1919

20-
repo.write('path/to/file', 'YOUR_NEW_CONTENTS', function(err) {
20+
repo.write('path/to/file', 'YOUR_NEW_CONTENTS', 'YOUR_COMMIT_MESSAGE', function(err) {
2121

2222
});
2323
```

0 commit comments

Comments
 (0)