Skip to content

Commit

Permalink
Merge pull request #39 from rene-hermenau/patch-2
Browse files Browse the repository at this point in the history
Fix Typo - Update README.md
  • Loading branch information
ipranjal authored Nov 6, 2024
2 parents 99921ee + b3b5648 commit e17c47c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ $router = new Router();
$router->register($dir,$namespace);

/**
* 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
* $cache = new Psr\SimpleCache\CacheInterface();
* $router->enableCache($cache);
**/
Expand Down

0 comments on commit e17c47c

Please sign in to comment.