From 84be3a7915be24ad5377cda1f8d30969567eac16 Mon Sep 17 00:00:00 2001 From: fadrian06 Date: Thu, 1 Feb 2024 00:47:00 -0400 Subject: [PATCH] Beautified README --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 80a6be6..6fae650 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ require 'vendor/autoload.php'; // or if installed manually by zip file // require 'flight/Flight.php'; -Flight::route('/', function() { +Flight::route('/', function () { echo 'hello world!'; }); @@ -37,10 +37,13 @@ Chat with us on Matrix IRC [#flight-php-framework:matrix.org](https://matrix.to/ # Requirements -Flight requires `PHP 7.4` or greater. +> [!IMPORTANT] +> Flight requires `PHP 7.4` or greater. -**Note:** PHP 7.4 is supported because at the current time of writing (2024) PHP 7.4 is the default version for some LTS Linux distributions. Forcing a move to PHP >8 would cause a lot of heartburn for those users. The framework also supports PHP >8. +**Note:** PHP 7.4 is supported because at the current time of writing (2024) PHP 7.4 is the default version for some LTS Linux distributions. Forcing a move to PHP >8 would cause a lot of heartburn for those users. + +The framework also supports PHP >8. # License -Flight is released under the [MIT](http://docs.flightphp.com/license) license. \ No newline at end of file +Flight is released under the [MIT](http://docs.flightphp.com/license) license.