From c9914acce975c2c20e3818410f44263b4c0b8955 Mon Sep 17 00:00:00 2001 From: 0x5c Date: Sun, 15 Dec 2019 23:59:13 -0500 Subject: [PATCH] Spelling Bee! - Actually corrected incorrect usage. --- README-DOCKER.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-DOCKER.md b/README-DOCKER.md index 125aca2..2862667 100644 --- a/README-DOCKER.md +++ b/README-DOCKER.md @@ -109,6 +109,6 @@ This methods is not very nice to use. $ docker run -d --rm --mount type=bind,src=$(pwd)/data,dst=/app/data --name qrm2 [image] ``` - Whereas `[image]` is either of: + Where `[image]` is either of: - `discord-qrm2:local-latest` if you are building your own. - `classabbyamp/discord-qrm2:latest` if you want to use the prebuilt image.