diff --git a/README.md b/README.md index 366a797..2c3793d 100644 --- a/README.md +++ b/README.md @@ -16,18 +16,7 @@ Base classes to save files to disk, read them and reference them through an URL Via Composer ``` bash -composer require getpop/filestore dev-master -``` - -**Note:** Your `composer.json` file must have the configuration below to accept minimum stability `"dev"` (there are no releases for PoP yet, and the code is installed directly from the `master` branch): - -```javascript -{ - ... - "minimum-stability": "dev", - "prefer-stable": true, - ... -} +composer require getpop/filestore ``` ## Standards