aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDaniel GarcĂ­a <[email protected]>2021-04-30 16:22:39 +0200
committerGitHub <[email protected]>2021-04-30 16:22:39 +0200
commit6ad4ccd901f6e58b9d4cec672860a4a72d698c01 (patch)
treec300a7b9fb5d62866044618e9bb25af65d8c20e7 /README.md
parentee6ceaa923a94a9c2431abec16fdfdfb0f51f30b (diff)
parentdaea54b288f5872456c09b7fb84dad4a4fff9777 (diff)
downloadvaultwarden-6ad4ccd901f6e58b9d4cec672860a4a72d698c01.tar.gz
vaultwarden-6ad4ccd901f6e58b9d4cec672860a4a72d698c01.zip
Merge pull request #1640 from Proxymiity/patch-1
Fixed a typo in the readme
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 249e6da4..6e5175b9 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@ Pull the docker image and mount a volume from the host for persistent storage:
docker pull vaultwarden/server:latest
docker run -d --name vaultwarden -v /vw-data/:/data/ -p 80:80 vaultwarden/server:latest
```
-This will preserve any persistent data under /bw-data/, you can adapt the path to whatever suits you.
+This will preserve any persistent data under /vw-data/, you can adapt the path to whatever suits you.
**IMPORTANT**: Some web browsers, like Chrome, 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 from HTTPS.