Skip to content

Commit

Permalink
Corrected text
Browse files Browse the repository at this point in the history
  • Loading branch information
jamielsharief committed Jan 7, 2021
1 parent 54f8c74 commit 34e5256
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,7 @@ $ updater update --all

> You can use the `--verbose` option to see the output of the scripts, if any
If you want to test the update using a specific version or branch, this will use the specific version and it will
not update the lock file.
If you want to test the update using a specific composer version (including development branch), this will use the specific version and it will not update the lock file.

```bash
$ updater update --version dev-master
Expand All @@ -145,8 +144,7 @@ $ updater upgrade

> You can use the `--verbose` option to see the output of the scripts, if any
If you want to test the upgrade using a specific version or branch, this will use the specific version and it will
not update the lock file.
If you want to test the upgrade using a specific composer version (including development branch), this will use the specific version and it will not update the lock file.

```bash
$ updater upgrade --version dev-master
Expand Down

0 comments on commit 34e5256

Please sign in to comment.