From c8b28ef03d30f2d79b214dbaeb662920a0da0e7c Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Sat, 3 Dec 2022 13:23:40 -0800 Subject: [PATCH] Fix readme typo --- 5etools-docker/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/5etools-docker/README.md b/5etools-docker/README.md index 20619562..211d5230 100644 --- a/5etools-docker/README.md +++ b/5etools-docker/README.md @@ -55,8 +55,8 @@ By default, I assume you want to automatically download the latest files from th ### SOURCE (defaults to GITHUB-NOIMG) Required unless OFFLINE_MODE=TRUE. Expects one of "GITHUB", "GITHUB-NOIMG", "GET5ETOOLS", or "GET5ETOOLS-NOIMG". Where: - > "GITHUB" pulls from https://github.com/5etools-mirror-1/5etools-mirror-1 - > "GITHUB-NOIMG" pulls from https://github.com/5etools-mirror-1/5etools-mirror-1 without image files. + > "GITHUB" pulls from https://github.com/5etools-mirror-1/5etools-mirror-1 + > "GITHUB-NOIMG" pulls from https://github.com/5etools-mirror-1/5etools-mirror-1 without image files. > "GET5ETOOLS" pulls from https://get.5e.tools > "GET5ETOOLS-NOIMG" pulls from https://get.5e.tools without image files.