From 0c4d17bd3088ee169e43ff5a0286d984c0be0092 Mon Sep 17 00:00:00 2001 From: thororen1234 <78185467+thororen1234@users.noreply.github.com> Date: Wed, 5 Aug 2026 22:47:30 -0400 Subject: [PATCH] fix tables --- .github/workflows/release.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b000fe5..ea18b94 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -188,7 +188,7 @@ jobs: { echo "| Minecraft versions | Required Java |" - echo "| :--- | :--- |" + echo "|-----------|--------------|" printf "%s\n" "${rows[@]}" } > /tmp/versions-table.md diff --git a/README.md b/README.md index ef2b5f2..e2073bf 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Click a version below to download its jar from the latest release. | Minecraft versions | Required Java | -| :--- | :--- | +|-----------|--------------| | [1.9.4](https://github.com/6b6t/AnarchyMod/releases/download/1.4.0/anarchymod-mc-1.9.4-1.4.0.jar) | 8 | | [1.10.2](https://github.com/6b6t/AnarchyMod/releases/download/1.4.0/anarchymod-mc-1.10.2-1.4.0.jar) | 8 | | [1.11.2](https://github.com/6b6t/AnarchyMod/releases/download/1.4.0/anarchymod-mc-1.11.2-1.4.0.jar) | 8 |