Unidiff1 files changed, 4 insertions, 3 deletions
|
diff --git a/README.md b/README.md index b15887d..e44df48 100644 --- a/ README.md+++ b/ README.md |
|
@@ -89,9 +89,10 @@ In order to build this file, the following command should be executed: |
89 | |
89 | |
90 | |
90 | |
91 | Once the index.html files have been built (one for each frontend) and a backend is running and has been correctly configured in the proxy script, it is possible to access the different versions of the application at the following URLs: |
91 | Once the index.html files have been built (one for each frontend) and a backend is running and has been correctly configured in the proxy script, it is possible to access the different versions of the application at the following URLs: |
92 | - `http://localhost:8888/beta/index.html` |
92 | |
93 | - `http://localhost:8888/gamma/index.html` |
93 | - `http://localhost:8888/beta/index.html` |
94 | - `http://localhost:8888/gamma/index.mobile.html` |
94 | - `http://localhost:8888/gamma/index.html` |
| |
95 | - `http://localhost:8888/gamma/index.mobile.html` |
95 | |
96 | |
96 | |
97 | |
97 | ## Installing |
98 | ## Installing |
|