Skip to content

Commit

Permalink
remove unneeded minus signs
Browse files Browse the repository at this point in the history
  • Loading branch information
stivehu committed Nov 24, 2015
1 parent 618bae5 commit 7808018
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
-<?= stivehu\widgets\jsrrd::widget(); ?>```
==========
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
<?= stivehu\widgets\jsrrd::widget(); ?>```

0 comments on commit 7808018

Please sign in to comment.