Update README
This commit is contained in:
parent
97807d8735
commit
9d9d5e3a1b
|
|
@ -2,6 +2,7 @@ WellRESTed
|
||||||
==========
|
==========
|
||||||
|
|
||||||
[](https://travis-ci.org/wellrestedphp/wellrested)
|
[](https://travis-ci.org/wellrestedphp/wellrested)
|
||||||
|
[](https://readthedocs.org/projects/wellrested/?badge=latest)
|
||||||
[](https://insight.sensiolabs.com/projects/b0a2efcb-49f8-4a90-a5bd-0c14e409f59e)
|
[](https://insight.sensiolabs.com/projects/b0a2efcb-49f8-4a90-a5bd-0c14e409f59e)
|
||||||
|
|
||||||
WellRESTed is a library for creating RESTful Web services in PHP.
|
WellRESTed is a library for creating RESTful Web services in PHP.
|
||||||
|
|
@ -19,7 +20,7 @@ Add an entry for "wellrested/wellrested" to your composer.json file's `require`
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"require": {
|
"require": {
|
||||||
"pjdietz/wellrested": "~3.0"
|
"wellrested/wellrested": "~3.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue