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.