Skip to content

Commit 6538b75

Browse files
authored
Update and rename Note.md to README.md
1 parent 4ab9afe commit 6538b75

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Router-Example/Note.md renamed to Router-Example/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ If you build a router with Elroid, add these so that when https://copy.reactmvc.
44

55
For Apache
66
```
7-
RewriteEngine On
7+
RewriteEngine On
88
RewriteCond %{REQUEST_FILENAME} !-f
9-
RewriteRule ^(.*)$ index.html [L,QSA]
9+
RewriteRule ^(.*)$ index.html [L,QSA]
1010
```
1111
For Nginx
1212
```
13-
location / {
14-
try_files $uri $uri/ /index.html;
15-
}
13+
location / {
14+
try_files $uri $uri/ /index.html;
15+
}
1616
```
1717
Apache in the .htaccess file and Nginx in the nginx.conf file

0 commit comments

Comments
 (0)