From cc754c2289ffd4483c319f6ed6ee88ce21676f64 Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Sun, 15 Jun 2014 13:44:46 +0200 Subject: [PATCH] Changed old reference to `Instantiator` in CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1a1a252..2eae460 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -17,7 +17,7 @@ $ git clone git://github.com/Ocramius/Instantiator.git You will then need to run a composer installation: ```sh -$ cd ProxyManager +$ cd Instantiator $ curl -s https://getcomposer.org/installer | php $ php composer.phar update ```