Update README.md
This commit is contained in:
parent
d626b5120b
commit
206b7d5c2a
|
|
@ -17,7 +17,7 @@ Requirements
|
||||||
Install
|
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
|
```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
|
```bash
|
||||||
$ curl -s https://getcomposer.org/installer | php
|
$ curl -s https://getcomposer.org/installer | php
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue