From 9d9d5e3a1b36f84988f31cc1fa1595615627517a Mon Sep 17 00:00:00 2001 From: PJ Dietz Date: Wed, 20 May 2015 19:51:45 -0400 Subject: [PATCH] Update README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f22cb7..dbb850e 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ 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) 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 { "require": { - "pjdietz/wellrested": "~3.0" + "wellrested/wellrested": "~3.0" } } ```