From 607babf88bdb83a85cf15980958577a4de7b1bb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=99=9A=20PH=E2=91=A6=20de=20Soria=E2=84=A2=E2=99=9B?= Date: Sat, 23 Oct 2021 12:33:02 +0000 Subject: [PATCH] README: Better description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 664d04a..e096978 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ It prevents you of using the wrong HTTP status code and saves time and energy wh composer require ph-7/just-http-status-codes ``` -If you don't already use composer in your project, include [Composer's autoload](https://getcomposer.org/doc/01-basic-usage.md#autoloading) as below in the main index file, bootstrap or in another file that is always included. +If you don't already use composer in your project, include [Composer's autoload](https://getcomposer.org/doc/01-basic-usage.md#autoloading) as below in the main index file, bootstrap or in another file that is always included in all pages. ```php require __DIR__ . '/vendor/autoload.php';