Update README.md

This commit is contained in:
PJ Dietz 2013-01-31 20:46:05 -05:00
parent d626b5120b
commit 206b7d5c2a
1 changed files with 2 additions and 2 deletions

View File

@ -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