Skip to content

Commit

Permalink
Updated README.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan authored Aug 23, 2021
1 parent 37e0867 commit ef2bef0
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,14 @@ The preferred way to install this extension is through [composer](http://getcomp

Install using the following command.

`composer require webtoolsnz/yii2-helpers dev-master`
`composer require webtoolsnz/yii2-helpers`

Alternatively

Add the following to your `composer.json` file.

~~~
"require" : {
"webtoolsnz/yii2-helpers": "dev-master"
"webtoolsnz/yii2-helpers": "^1.1"
},
"repositories": [
{
"type": "composer",
"url": "https://packages.webtools.nz"
}
]
~~~

0 comments on commit ef2bef0

Please sign in to comment.