From 74ca4bc643b4f70392a9f61cdc0abb4806474d35 Mon Sep 17 00:00:00 2001 From: tangowithfoxtrot <5676771+tangowithfoxtrot@users.noreply.github.com> Date: Tue, 6 Feb 2024 04:28:32 +0000 Subject: [PATCH] run prettier --- crates/bws/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/bws/README.md b/crates/bws/README.md index dcac663b4..cb9c268fb 100644 --- a/crates/bws/README.md +++ b/crates/bws/README.md @@ -56,8 +56,8 @@ docker build -f crates/bws/Dockerfile -t bitwarden/bws . docker run --rm -it bitwarden/bws --help ``` -To use a configuration file, utilize docker [bind mounting](https://docs.docker.com/storage/bind-mounts/) -to expose it to the container: +To use a configuration file, utilize docker +[bind mounting](https://docs.docker.com/storage/bind-mounts/) to expose it to the container: ```bash docker run --rm -it -v "$HOME"/.bws:/home/app/.bws bitwarden/bws --help