From 206b7d5c2a2b7316f0b685375aad6d08e90754d9 Mon Sep 17 00:00:00 2001 From: PJ Dietz Date: Thu, 31 Jan 2013 20:46:05 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 345f5bb..4639fca 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Requirements Install ------- -Include the following to your composer.json file's **require** property. +Add an entry for "pjdietz/wellrested" in your composer.json file's **require** property. If you are not already using Composer, create a file in your project called **composer.json** with the following content: ```json { @@ -27,7 +27,7 @@ Include the following to your composer.json file's **require** property. } ``` -Use Composer to download and install WellRESTed. +Use Composer to download and install WellRESTed. Run these commands from the directory containing the composer.json file. ```bash $ curl -s https://getcomposer.org/installer | php