Update README.md

Went back to dev-master, no need to specify a version (even though there is a formal release). Will leave that up to the dev to figure out if they need a specific version.
This commit is contained in:
Josh Sherman 2014-09-17 13:01:49 -04:00
parent 28a4066917
commit ece0a6f057

View file

@ -43,7 +43,7 @@ to your `composer.json`
```json
"require": {
"joshtronic/php-loremipsum": "1.0.*"
"joshtronic/php-loremipsum": "dev-master"
}
```