Skip to content

Commit 510a458

Browse files
committed
More documentation updates.
1 parent 57338e8 commit 510a458

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
6565
npm 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

0 commit comments

Comments
 (0)