Skip to content

Commit 737a77c

Browse files
committed
Merge branch 'master' of github.com:simonh1000/angular-http-server
2 parents b31cd24 + adc9223 commit 737a77c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A very simple application server designed for Single Page App (SPA) developers.
44

55
It returns a file to the browser if it exists (ex. your-icon.png, index.html) and if can't find a file that matches a given URL it re-directs you to index.html rather than giving a 404 error. The only time it will error out is if it can't locate the index.html file.
66

7-
Originally designed for my Angular work, this server it meant to work with any Single Page App (SPA) framework that uses a router to change the URL (React, Vue JS, Elm,...).
7+
Originally designed for my Angular work, this server will work with any Single Page App (SPA) framework that uses a router to change the URL (React, Vue JS, Elm,...).
88

99
## To use:
1010

0 commit comments

Comments
 (0)