From b356c30c5c5fb199b96199bfa0dd43cafd862a21 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Fri, 27 Apr 2012 20:53:32 +0300 Subject: [PATCH] Remove rogue. dot --- 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 b920eb455..32ce307ec 100644 --- a/doc/01-basic-usage.md +++ b/doc/01-basic-usage.md @@ -108,7 +108,7 @@ same version of the dependencies. If no `composer.json` lock file exists, it will read the dependencies and versions from `composer.json` and create the lock file. -This means that if any of the dependencies get a new version, you won't get the updates. +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 the latest matching versions (according to your `composer.json` file) and also update the lock file with the new version.