From ae7577581c597f5531b060e54d60f89ad074dcd0 Mon Sep 17 00:00:00 2001 From: zf2timo Date: Thu, 10 Sep 2015 20:54:20 +0200 Subject: [PATCH] Corrected command to add zend-config dependency --- doc/book/usage-examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.