From 9c5f1f274878c778efb4c1648d02536556ae80ba Mon Sep 17 00:00:00 2001 From: Abdouni Abdelkarim Date: Thu, 13 Feb 2020 15:06:09 +0100 Subject: [PATCH] Update 01-basic-usage.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Hello, I just updated the link 😉. --- doc/01-basic-usage.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/01-basic-usage.md b/doc/01-basic-usage.md index e1faa6318..6dc2fcfd5 100644 --- a/doc/01-basic-usage.md +++ b/doc/01-basic-usage.md @@ -248,7 +248,8 @@ php composer.phar dump-autoload ``` This command will re-generate the `vendor/autoload.php` file. -See the [`dump-autoload`](03-cli.md#dump-autoload) section for more information. +See the [`dump-autoload`](03-cli.md#dump-autoload-dumpautoload-) section for +more information. Including that file will also return the autoloader instance, so you can store the return value of the include call in a variable and add more namespaces.