summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseth <[email protected]>2023-01-16 11:35:26 +0000
committerGitHub <[email protected]>2023-01-16 11:35:26 +0000
commit3d4ec9097ed83f2feb2f110f909c5db409800d3b (patch)
treed2e67d7b08d0ab601dbcef1fd453abd78bac128e
parent7e177e2f622db786f76756f1a3faea6575df1157 (diff)
fix: typos in readme
i've been scrump'd
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 9a1d154..6714e49 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# pacwiz-serve
+# packwiz-serve
a minimal docker (or podman) container to serve packwiz modpacks anywhere :)
@@ -14,5 +14,4 @@ docker run -d -p <your_desired_port>:8080 -v /path/to/your/modpack:/data getchoo
### permission denied errors
-for users of a system with SELinux, you maybe need to append `:z` to your volume mount options.
-for example: `-v /path/to/your/modpack:/data:z`
+for users of a system with SELinux, you maybe need to append `:z` to your volume mount options. <br> for example: `-v /path/to/your/modpack:/data:z`