aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndreasHGK <[email protected]>2023-10-09 22:54:33 +0200
committerGitHub <[email protected]>2023-10-09 22:54:33 +0200
commite205e3b7db0920b31855607a9ffa7413e3560d75 (patch)
treeade8c54d0b9101e3a2a5590555ff6f9a668bd3ee /README.md
parent008a2cf298a5c367568957c9290fd88bee9b44af (diff)
downloadvaultwarden-e205e3b7db0920b31855607a9ffa7413e3560d75.tar.gz
vaultwarden-e205e3b7db0920b31855607a9ffa7413e3560d75.zip
README.md: Fix grammar nit
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b7294428..a9808cf5 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@ docker run -d --name vaultwarden -v /vw-data/:/data/ --restart unless-stopped -p
```
This will preserve any persistent data under /vw-data/, you can adapt the path to whatever suits you.
-**IMPORTANT**: Most modern web browsers, disallow the use of Web Crypto APIs in insecure contexts. In this case, you might get an error like `Cannot read property 'importKey'`. To solve this problem, you need to access the web vault via HTTPS or localhost.
+**IMPORTANT**: Most modern web browsers disallow the use of Web Crypto APIs in insecure contexts. In this case, you might get an error like `Cannot read property 'importKey'`. To solve this problem, you need to access the web vault via HTTPS or localhost.
This can be configured in [vaultwarden directly](https://github.com/dani-garcia/vaultwarden/wiki/Enabling-HTTPS) or using a third-party reverse proxy ([some examples](https://github.com/dani-garcia/vaultwarden/wiki/Proxy-examples)).