Skip to content

Commit da7a9df

Browse files
Update README.md
Co-authored-by: Steven Rombauts <steven@kotuha.be>
1 parent fbb054b commit da7a9df

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
@@ -568,7 +568,7 @@ Returns a single suborganization.
568568

569569
#### Create a suborganization
570570
```php
571-
$suborganization = $client->subrepositories()->create('New suborganization name');
571+
$suborganization = $client->suborganizations()->create('New suborganization name');
572572
```
573573
Returns the suborganization.
574574

0 commit comments

Comments
 (0)