From 8fcb507d59a2f94a664a18d2798886f823c2c553 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Fri, 14 Feb 2020 08:43:03 +0100 Subject: [PATCH] Update 00-intro.md --- doc/00-intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/00-intro.md b/doc/00-intro.md index 87b1a9ca3..897d23609 100644 --- a/doc/00-intro.md +++ b/doc/00-intro.md @@ -26,7 +26,7 @@ Composer: 1. Enables you to declare the libraries you depend on. 2. Finds out which versions of which packages can and need to be installed, and installs them (meaning it downloads them into your project). -3. you can update all your dependencies in one command. +3. You can update all your dependencies in one command. See the [Basic usage](01-basic-usage.md) chapter for more details on declaring dependencies.