diff --git a/README.md b/README.md index f2ba6ab..613ad5d 100644 --- a/README.md +++ b/README.md @@ -1,31 +1,31 @@ # jsrrd-Yii2 jsrrd --========== --wrapper to jsrrd -- --Installation -------------- -- --The preferred way to install this extension is through [composer](http://getcomposer.org/download/). -- --Either run -- --``` --php composer.phar require --prefer-dist stivehu/yii2-jsrrd "*" --``` -- --or add -- --``` --"stivehu/yii2-jsrrd": "*" --``` -- --to the require section of your `composer.json` file. -- -- --Usage ------- -- --Once the extension is installed, simply use it in your code by : -- --```php --``` +========== +wrapper to jsrrd + +Installation +------------ + +The preferred way to install this extension is through [composer](http://getcomposer.org/download/). + +Either run + +``` +php composer.phar require --prefer-dist stivehu/yii2-jsrrd "*" +``` + +or add + +``` +"stivehu/yii2-jsrrd": "*" +``` + +to the require section of your `composer.json` file. + + +Usage +----- + +Once the extension is installed, simply use it in your code by : + +```php +```