Skip to content

Commit

Permalink
Remove extra letter
Browse files Browse the repository at this point in the history
  • Loading branch information
pH-7 authored Oct 23, 2021
1 parent f8ccef8 commit d57005c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 includedg.
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.

```php
require __DIR__ . '/vendor/autoload.php';
Expand Down

0 comments on commit d57005c

Please sign in to comment.