summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorIsuru Rajapakse <isuru@xfastgames.com>2020-10-26 04:42:48 +1100
committerGitHub <noreply@github.com>2020-10-25 19:42:48 +0200
commit7754076c715285173311a1b6811ce377950e18a6 (patch)
tree4f36ba363b29c7daa65f0945bb246f8f7955d1af
parent5609fe5ed96743af61756bbbef14dea34835ffc2 (diff)
Fix status badge in README.md (#9)
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 540f778..f3bed41 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,5 @@
 # Fabric Example Mod - Kotlin
-![Gradle build](https://github.com/natanfudge/fabric-example-mod-kotlin/workflows/build/badge.svg)
-
+![Gradle build](https://github.com/natanfudge/fabric-example-mod-kotlin/workflows/Gradle%20build/badge.svg)
 ## Setup
 
 0. Create a new mod repository by pressing the "Use this template" button and clone the created repository.