Skip to content

Commit ee27600

Browse files
committed
Merge pull request #172 from spolischook/patch-1
Update gists.md
2 parents 2c0d36d + c59df20 commit ee27600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/gists.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ $data = array(
6060
'description' => 'This is new description'
6161
);
6262

63-
$gist = $github->api('gists')->update($data);
63+
$gist = $github->api('gists')->update(1234, $data);
6464
```
6565

6666
You can update ``content`` of a previous file's version.

0 commit comments

Comments
 (0)