Skip to content

Commit e2ef6bc

Browse files
committed
Merge pull request #127 from bakotaco/documentation_typo
typo in assets documentation
2 parents d328b43 + 94e1385 commit e2ef6bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/repo/assets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ $asset = $client->api('repo')->releases()->assets()->show('twbs', 'bootstrap', $
1616
### Create an asset
1717

1818
```php
19-
$asset = $client->api('repo')->releases()->assets()->show('twbs', 'bootstrap', $releaseId, $name, $contentType, $content);
19+
$asset = $client->api('repo')->releases()->assets()->create('twbs', 'bootstrap', $releaseId, $name, $contentType, $content);
2020
```
2121

2222
### Edit an asset

0 commit comments

Comments
 (0)