Update README

This commit is contained in:
PJ Dietz 2015-05-20 19:51:45 -04:00
parent 97807d8735
commit 9d9d5e3a1b
1 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@ WellRESTed
========== ==========
[![Build Status](https://travis-ci.org/wellrestedphp/wellrested.svg?branch=psr7)](https://travis-ci.org/wellrestedphp/wellrested) [![Build Status](https://travis-ci.org/wellrestedphp/wellrested.svg?branch=psr7)](https://travis-ci.org/wellrestedphp/wellrested)
[![Documentation Status](https://readthedocs.org/projects/wellrested/badge/?version=latest)](https://readthedocs.org/projects/wellrested/?badge=latest)
[![SensioLabsInsight](https://insight.sensiolabs.com/projects/b0a2efcb-49f8-4a90-a5bd-0c14e409f59e/mini.png)](https://insight.sensiolabs.com/projects/b0a2efcb-49f8-4a90-a5bd-0c14e409f59e) [![SensioLabsInsight](https://insight.sensiolabs.com/projects/b0a2efcb-49f8-4a90-a5bd-0c14e409f59e/mini.png)](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"
} }
} }
``` ```