summaryrefslogtreecommitdiff
path: root/packages/demobank-ui/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'packages/demobank-ui/README.md')
-rw-r--r--packages/demobank-ui/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/demobank-ui/README.md b/packages/demobank-ui/README.md
index e7019620b..a49dc7bb0 100644
--- a/packages/demobank-ui/README.md
+++ b/packages/demobank-ui/README.md
@@ -10,7 +10,7 @@ Web-based user interface for the libeufin demobank.
## Testing
-By default, the demobank-ui will expect the backend to be in `window.origin` but that can be overriden using the `settings.json` file or by session in the localStorage.
+By default, the demobank-ui will expect the backend to be in `window.origin` but that can be overridden using the `settings.json` file or by session in the localStorage.
```
localStorage.setItem("bank-base-url", OTHER_URL);