From 1d2e1da5779d7850252f50d62bcb30e2b3070ecc Mon Sep 17 00:00:00 2001 From: Tobias Schultze Date: Wed, 18 Jul 2012 04:40:40 +0300 Subject: [PATCH] fix directory name --- UPGRADE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPGRADE.md b/UPGRADE.md index d664bb2145..e6300b9e8e 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -26,7 +26,7 @@ you have customized your `deps` file, move the added dependencies to the `composer.json` file (many bundles and PHP libraries are already available as Composer packages -- search for them on [Packagist](http://packagist.org/)). -Remove your current `vendors` directory. +Remove your current `vendor` directory. Finally, run Composer: