File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -59,13 +59,13 @@ Log in with the IDP `http://localhost:8080` and the credentials for the user own
5959
6060## Static build
6161
62- If you want a static build of the application, execute :
62+ To make a standalone version of the result of this project, you can make a static build and serve it using any webserver. Execute :
6363
6464``` bash
6565npm run build
6666```
6767
68- This will create a static build in the ` dist ` folder.
68+ The static build appears in the ` dist ` folder.
6969
7070## Logging in
7171
@@ -109,8 +109,8 @@ The configuration file follows a simple structure.
109109 "variableExampleUri" : [" <https://example.com/uri1>" , " <https://example.com/uri2>" ]
110110 },
111111 "askQuery" : {
112- "trueText" : " The text that is to be shown when the query result is true, only useful for ASK queries." ,
113- "falseText" : " The text that is to be shown when the query result is true, only useful for ASK queries."
112+ "trueText" : " The text that is to be shown when the query result is true (in ASK queries) ." ,
113+ "falseText" : " The text that is to be shown when the query result is false (in ASK queries) ."
114114 }
115115 },
116116 ... etc
You can’t perform that action at this time.
0 commit comments