Skip to content

Commit 143f6fa

Browse files
committed
fix: correct readme meta links
1 parent 1d10f2e commit 143f6fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ it's possible that it'll work on older minecraft versions but honestly I am not
1515
> This means that Crawlspace can currently **only load worlds that have been specially prepared for it**: currently, only the End is supported, and chunks are loaded **immediately** and sent to the player, so world size should be kept as small as possible (between chunks -10 and 10 on both axes, inclusive).
1616
1717
# Running
18-
Download a precompiled binary, if available, or [build from source](##build-from-source).
19-
You can also [use a container image](##use-a-container-image).
18+
Download a precompiled binary, if available, or [build from source](#build-from-source).
19+
You can also [use a container image](#use-a-container-image).
2020

2121
## Build from source
2222
Clone the repo:
@@ -55,7 +55,7 @@ podman run --rm -v=./tmp/DIM1:/world:ro crawlspace -- /world
5555
Crawlspace supports multiple modes of configuration. In order of priority, with first being the highest:
5656

5757
1. Command line flags (run `crawlspace --help` for more info)
58-
2. Environment variables (see [Environment Variables](##environment-variables))
58+
2. Environment variables (see [Environment Variables](#environment-variables))
5959
3. (TO BE IMPLEMENTED) Lua Scripting API (see [Lua Scripting](#lua-scripting))
6060

6161
## Environment Variables

0 commit comments

Comments
 (0)