diff --git a/doc/repos.md b/doc/repos.md index fd8601a3b9e..d857f3c33c7 100644 --- a/doc/repos.md +++ b/doc/repos.md @@ -76,7 +76,7 @@ Updates and returns the repository named 'my-new-repo' that is owned by 'usernam > Requires [authentication](security.md). ```php -$client->api('repo')->delete('username', 'my-new-repo'); // Get the deletion token +$client->api('repo')->remove('username', 'my-new-repo'); // Get the deletion token ``` Deletes the my-new-repo repository.