From c7d5da89c8a23a8ee8e8acff74e339d8e9a5dc09 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Thu, 6 Feb 2014 21:14:48 +0100 Subject: [PATCH] Fix doc note --- 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 64120fb43..4eeabddf2 100644 --- a/doc/00-intro.md +++ b/doc/00-intro.md @@ -121,7 +121,7 @@ composer.phar: C:\Users\username>cd C:\bin C:\bin>php -r "readfile('https://getcomposer.org/installer');" | php -> **Note:** If the above fails due to file_get_contents, use the `http` url or enable php_openssl.dll in php.ini +> **Note:** If the above fails due to readfile, use the `http` url or enable php_openssl.dll in php.ini Create a new `composer.bat` file alongside `composer.phar`: