Skip to content

Commit

Permalink
[README] Make Readme file better 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
pH-7 committed Oct 9, 2021
1 parent c0500ef commit 6878f36
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Just HTTP StatusCodes


## Just HTTP Status Codes is a great way to empower your project with clean practice 💫
### Just HTTP Status Codes is a great way to empower your project with clean practice 💫

## 📄 Description

Expand All @@ -10,10 +10,10 @@ When you have all status codes stored in readable constants, it makes the develo

It prevents you using the wrong HTTP status code and save you time and energy when developing an API that involves various HTTP status codes to be sent.

## ⚙️ Requirement
## 🐘 PHP Requirement

```
[PHP 7.1](https://www.php.net/releases/7_1_0.php) or newer.
[PHP v7.1](https://www.php.net/releases/7_1_0.php) or newer.
```

## 🛠 Installation
Expand Down Expand Up @@ -54,7 +54,7 @@ StatusCode::NOT_FOUND; // 404

## ⚖️ License

**PHP All HTTP Status Codes** is generously distributed under the _[MIT](https://opensource.org/licenses/MIT)_.
**Just HTTP StatusCodes** is generously distributed under the _[MIT](https://opensource.org/licenses/MIT)_.

<!-- GitHub's Markdown reference links -->

Expand Down

0 comments on commit 6878f36

Please sign in to comment.