fix typo in README

This commit is contained in:
a-sansara 2017-03-16 02:18:19 +01:00
parent 9a2d79ed69
commit dd82904f36

View File

@ -47,7 +47,7 @@ Or add the package to your `composer.json`.
``` ```
"require": { "require": {
"meta-tech/pws-auth" : "~2.1" "meta-tech/pws-auth" : "^2.1"
} }
``` ```