diff --git a/README.md b/README.md index bfc784c..4b19ed0 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ require '/YourPath/Route.php' ```PHP use WilliamAAK\Http\Route; -Route::get('/', fn() => echo 'hello world'); +Route::get('/', fn() => print('hello world')); ``` See `Route.php` and read the comments for more information