Skip to content

Commit e17c47c

Browse files
author
Pranjal Pandey
authored
Merge pull request #39 from rene-hermenau/patch-2
Fix Typo - Update README.md
2 parents 99921ee + b3b5648 commit e17c47c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ $router = new Router();
5454
$router->register($dir,$namespace);
5555

5656
/**
57-
* you can now also enblae route caching by passing your own PSR 16 implementation
57+
* you can now also enable route caching by passing your own PSR 16 implementation
5858
* $cache = new Psr\SimpleCache\CacheInterface();
5959
* $router->enableCache($cache);
6060
**/

0 commit comments

Comments
 (0)