We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 99921ee + b3b5648 commit e17c47cCopy full SHA for e17c47c
README.md
@@ -54,7 +54,7 @@ $router = new Router();
54
$router->register($dir,$namespace);
55
56
/**
57
-* you can now also enblae route caching by passing your own PSR 16 implementation
+* you can now also enable route caching by passing your own PSR 16 implementation
58
* $cache = new Psr\SimpleCache\CacheInterface();
59
* $router->enableCache($cache);
60
**/
0 commit comments