From 2be545fa7f87cf1868f0f28de6b449f48cde8fa2 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: Sun, 23 Jun 2024 14:46:45 +1000 Subject: [PATCH] Update heading/slogan --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3c77026..f90d4bf 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Just HTTP Status Codes -### Just HTTP Status Codes is a great way to empower your project with clean practice ๐Ÿ’ซ +### Empowers your projects with elegant clean practices ๐Ÿ’ซ - [๐Ÿ‘€ Overview](#-overview) - [โš™๏ธ PHP Requirement](#-php-requirement) @@ -13,10 +13,10 @@ ## ๐Ÿ“„ Overview -[![Ko Fi - Offer Me A Coffee](media/kofi-logo.png)](https://ko-fi.com/phenry) - **Simplest. Clean. Efficient.** Just what your project needs ๐Ÿงน +[![Ko Fi - Offer Me A Coffee](media/kofi-logo.png)](https://ko-fi.com/phenry) + Don't hardcode HTTP status codes. Magic numbers (hard-coded numbers) make your code hard to read and understood. When you have all status codes are stored in readable constants, it makes the development of your application so easy and enjoyable.