diff --git a/doc/book/usage-examples.md b/doc/book/usage-examples.md index 80403767..8efe8389 100644 --- a/doc/book/usage-examples.md +++ b/doc/book/usage-examples.md @@ -259,7 +259,7 @@ development than in production, after all!). First, install zend-config: ```bash -$ composer install zendframework/zend-config +$ composer require zendframework/zend-config ``` Now we can start creating our configuration files and container factories.