File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ $ composer require izniburak/router
5454``` php
5555require 'vendor/autoload.php';
5656
57- use Buki\Router;
57+ use Buki\Router\Router ;
5858use Symfony\Component\HttpFoundation\Request;
5959use Symfony\Component\HttpFoundation\Response;
6060
@@ -81,6 +81,8 @@ $router->run();
8181## Docs
8282Documentation page: [ Buki\Router Docs] [ doc-url ]
8383
84+ Changelogs: [ Buki\Router Changelogs] [ changelog-url ]
85+
8486## Support
8587[ izniburak's homepage] [ author-url ]
8688
@@ -103,5 +105,6 @@ Documentation page: [Buki\Router Docs][doc-url]
103105
104106[ mit-url ] : http://opensource.org/licenses/MIT
105107[ doc-url ] : https://github.com/izniburak/php-router/wiki
108+ [ changelog-url ] : https://github.com/izniburak/php-router/wiki/Changelogs
106109[ author-url ] : http://burakdemirtas.org
107110[ twitter-url ] : https://twitter.com/izniburak
You can’t perform that action at this time.
0 commit comments