Skip to content

Commit bcbb243

Browse files
authored
Update README.md
1 parent 9df90d2 commit bcbb243

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<b>Step 1 - .htaccess file</b>
1010
create an .htaccess file in the root of your project and fill it with the code below:
11-
````
11+
```
1212
<IfModule mod_rewrite.c>
1313
<IfModule mod_negotiation.c>
1414
Options -MultiViews
@@ -119,8 +119,7 @@ $response = $resolver->resolve([
119119
'uri' => $_SERVER['REQUEST_URI'],
120120
'method' => $_SERVER['REQUEST_METHOD'],
121121
]);
122-
123-
````
122+
```
124123

125124
<b>When a route is not found an RouteNotFoundException will be thrown</b>
126125
<p>Its posible to catch this exception and display a good looking 404 page, the try catch block will look something like this</p>

0 commit comments

Comments
 (0)