diff --git a/doc/articles/authentication-for-private-packages.md b/doc/articles/authentication-for-private-packages.md index b81cd636e..d2cc3fd52 100644 --- a/doc/articles/authentication-for-private-packages.md +++ b/doc/articles/authentication-for-private-packages.md @@ -155,7 +155,7 @@ If the username e.g. is an email address it needs to be passed as `name%40exampl ### Command line inline http-basic ```shell -php composer.phar config [--global] repositories composer.unique-name https://username:password@repo.example.org +php composer.phar config [--global] repositories.unique-name composer https://username:password@repo.example.org ``` ### Manual inline http-basic