From e7b7c871135ce80780c65c7089f43db3b9702a50 Mon Sep 17 00:00:00 2001 From: William DURAND Date: Thu, 14 Nov 2013 11:39:29 +0100 Subject: [PATCH] Update README, move LICENSE to meta folder --- README.md | 33 ++++++++++++++++++++++++++++++- LICENSE => Resources/meta/LICENSE | 0 2 files changed, 32 insertions(+), 1 deletion(-) rename LICENSE => Resources/meta/LICENSE (100%) diff --git a/README.md b/README.md index 993f1c2..6d0b49e 100644 --- a/README.md +++ b/README.md @@ -337,7 +337,38 @@ the `ApiDoc`, you can provide custom handlers as services. You just have to impl Look at the built-in [Handlers](https://github.com/nelmio/NelmioApiDocBundle/tree/master/Extractor/Handler). -## Credits ## +Contributing +------------ + +See +[CONTRIBUTING](https://github.com/nelmio/NelmioApiDocBundle/blob/master/CONTRIBUTING.md) +file. + + +Running the Tests +----------------- + +Install the [Composer](http://getcomposer.org/) `dev` dependencies: + + php composer.phar install --dev + +Then, run the test suite using +[PHPUnit](https://github.com/sebastianbergmann/phpunit/): + + phpunit + + +Credits +------- The design is heavily inspired by the [swagger-ui](https://github.com/wordnik/swagger-ui) project. Some icons from the [Glyphicons](http://glyphicons.com/) library are used to render the documentation. + + +License +------- + +This bundle is released under the MIT license. See the complete license in the +bundle: + + Resources/meta/LICENSE diff --git a/LICENSE b/Resources/meta/LICENSE similarity index 100% rename from LICENSE rename to Resources/meta/LICENSE