From 5dd2b30b18e5846bcf4883c7fb3b8806bbe16a55 Mon Sep 17 00:00:00 2001 From: Francis Gonzales Date: Wed, 3 Sep 2014 10:43:13 -0500 Subject: [PATCH] Windows Installation Details Add break line --- doc/00-intro.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/00-intro.md b/doc/00-intro.md index 11cbed4a4..68e99fc54 100644 --- a/doc/00-intro.md +++ b/doc/00-intro.md @@ -147,9 +147,9 @@ Create a new `composer.bat` file alongside `composer.phar`: C:\bin>echo @php "%~dp0composer.phar" %*>composer.bat ``` -Add the directory to your path environment and close your current terminal. +Add the directory to your path environment. -Test usage with a new terminal: +Close your current terminal. Test usage with a new terminal: ```sh C:\Users\username>composer -V