Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Steven Rombauts <[email protected]>
  • Loading branch information
glaubinix and stevenrombauts authored Dec 12, 2024
1 parent fbb054b commit da7a9df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ Returns a single suborganization.

#### Create a suborganization
```php
$suborganization = $client->subrepositories()->create('New suborganization name');
$suborganization = $client->suborganizations()->create('New suborganization name');
```
Returns the suborganization.

Expand Down

0 comments on commit da7a9df

Please sign in to comment.