Skip to content

Commit 170d45a

Browse files
committed
Merge branch 'master' of github.com:pH-7/JustHttpStatusCodes
2 parents de6e4c9 + 607babf commit 170d45a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,15 @@ It prevents you of using the wrong HTTP status code and saves time and energy wh
1212

1313
## 🐘 PHP Requirement
1414

15-
```
1615
[PHP v7.1](https://www.php.net/releases/7_1_0.php) or newer.
17-
```
1816

1917
## 🛠 Installation
2018

2119
```
2220
composer require ph-7/just-http-status-codes
2321
```
2422

25-
Then, 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 index, bootstrap or another file that are included everywhere when you project is running
23+
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.
2624

2725
```php
2826
require __DIR__ . '/vendor/autoload.php';

0 commit comments

Comments
 (0)