Skip to content

Commit

Permalink
Removing redundant "--stability dev" from installation command (#450)
Browse files Browse the repository at this point in the history
Fixes #449.
  • Loading branch information
hansfn authored and jcnventura committed Mar 12, 2019
1 parent 8afb834 commit 3abd264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ for your setup.
After that you can create the project:

```
composer create-project drupal-composer/drupal-project:7.x-dev some-dir --stability dev --no-interaction
composer create-project drupal-composer/drupal-project:7.x-dev some-dir --no-interaction
```

With `composer require ...` you can download new dependencies to your
Expand Down

0 comments on commit 3abd264

Please sign in to comment.