Skip to content

Commit af04676

Browse files
Update README.md
1 parent 50a9158 commit af04676

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ config()->set('laravel-trailing-slash.active', false);
3838
If you are using Apache on your development or production environment, remember to remove or comment this lines in `public/.htaccess`
3939

4040
```
41-
RewriteCond %{REQUEST_FILENAME} !-d
42-
RewriteCond %{REQUEST_URI} (.+)/$
43-
RewriteRule ^ %1 [L,R=301]
41+
RewriteCond %{REQUEST_FILENAME} !-d
42+
RewriteCond %{REQUEST_URI} (.+)/$
43+
RewriteRule ^ %1 [L,R=301]
4444
```
4545

4646
### Testing

0 commit comments

Comments
 (0)