Skip to content

Commit 3e6d43c

Browse files
committed
Updated README
1 parent 895c97e commit 3e6d43c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ $ composer require izniburak/router
5454
```php
5555
require 'vendor/autoload.php';
5656

57-
use Buki\Router;
57+
use Buki\Router\Router;
5858
use Symfony\Component\HttpFoundation\Request;
5959
use Symfony\Component\HttpFoundation\Response;
6060

@@ -81,6 +81,8 @@ $router->run();
8181
## Docs
8282
Documentation 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

0 commit comments

Comments
 (0)