1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 00:22:53 +00:00

Update 01-basic-usage.md

Added a missing "the" so the sentence flows a little better.
This commit is contained in:
Morgan Campbell 2015-03-25 08:32:29 -05:00
parent c5cd184767
commit 7cb9b9a985

View file

@ -140,7 +140,7 @@ versions from `composer.json` and create the lock file after executing the `upd
command.
This means that if any of the dependencies get a new version, you won't get the updates
automatically. To update to the new version, use `update` command. This will fetch
automatically. To update to the new version, use the `update` command. This will fetch
the latest matching versions (according to your `composer.json` file) and also update
the lock file with the new version.