diff --git a/README.md b/README.md index 9c30163..c8e4735 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ A super easy PHP Framework for web development! +v2 is comming soon... check the beta branch! + ## Requirements @@ -574,9 +576,10 @@ In a sample case, we have this controller: ##### Sample: ```php - define("ROUTES", array( + define("ROUTES", [ "produto/%d/%/promo" => "feriado/natal/presentes" - ) + ] + ); ``` ```php