diff --git a/README.md b/README.md index fdc36d2..aff0bce 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,8 @@ Aura Router implementation for [chubbyphp-framework][1]. +DEPRECATED: I suggest to use [chubbyphp-framework-router-fastroute][11]. + ## Requirements * php: ^8.0 @@ -89,3 +91,4 @@ $app->emit($app->handle((new ServerRequestFactory())->createFromGlobals())); [3]: https://packagist.org/packages/chubbyphp/chubbyphp-http-exception [4]: https://packagist.org/packages/psr/http-message [10]: https://packagist.org/packages/chubbyphp/chubbyphp-framework-router-aura +[11]: https://packagist.org/packages/chubbyphp/chubbyphp-framework-router-fastroute