From 32e34156ad67cf6dbe5b584a5c9f4024125020c1 Mon Sep 17 00:00:00 2001 From: Michael De Wildt Date: Tue, 9 Oct 2012 14:54:54 +1200 Subject: [PATCH] Fixed typo --- doc/00-intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/00-intro.md b/doc/00-intro.md index 12a1828fd..caa71c09a 100644 --- a/doc/00-intro.md +++ b/doc/00-intro.md @@ -49,7 +49,7 @@ any version beginning with `1.0`. #### Locally To actually get Composer, we need to do two things. The first one is installing -Composer (again, this mean downloading it into your project): +Composer (again, this means downloading it into your project): $ curl -s https://getcomposer.org/installer | php