Skip to content

Commit

Permalink
Update Readme.MD
Browse files Browse the repository at this point in the history
Remove root slash as it causes problem in UNIX systems
  • Loading branch information
Fariz Luqman authored Jan 22, 2017
1 parent 5c06afc commit c7090f7
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 @@ -101,7 +101,7 @@ define('DSS_PATH', __DIR__ . '/');
require_once(DSS_PATH.'app/autoloader.php');

// Lazy routing
Router::get('/(:any)', function() {
Router::get('(:any)', function() {
Viewer::file('home.php');
});

Expand Down

0 comments on commit c7090f7

Please sign in to comment.