From 7cb9b9a985f0684d5c94bc1afcdb2d228115bbfb Mon Sep 17 00:00:00 2001 From: Morgan Campbell Date: Wed, 25 Mar 2015 08:32:29 -0500 Subject: [PATCH] Update 01-basic-usage.md Added a missing "the" so the sentence flows a little better. --- doc/01-basic-usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/01-basic-usage.md b/doc/01-basic-usage.md index ef72f556c..bc18f3357 100644 --- a/doc/01-basic-usage.md +++ b/doc/01-basic-usage.md @@ -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.