From 0e5cf6fe86cee3237267d2dd7c2d775bc510e0e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Fri, 17 Oct 2014 07:56:38 +0200 Subject: [PATCH] update project name --- source/installation/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/installation/installation.rst b/source/installation/installation.rst index 518acf42f..03ddd8710 100644 --- a/source/installation/installation.rst +++ b/source/installation/installation.rst @@ -89,7 +89,7 @@ Create your Chill project using composer: .. code-block:: bash - php composer.phar create-project champs-libres/chill-standard \ + php composer.phar create-project chill-project/standard \ path/to/your/directory --stability=dev .. note::