diff --git a/README.md b/README.md
index fd96346..1b0cf8c 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,5 @@
-# Fabric Example Mod
-
-## Setup
-
-For setup instructions please see the [fabric wiki page](https://fabricmc.net/wiki/tutorial:setup) that relates to the IDE that you are using.
-
-## License
-
-This template is available under the CC0 license. Feel free to learn from it and incorporate it in your own projects.
+# WeatherHud
+## A mod for have a small display of the weather counters
+### There's a keybind for toggling the display visibility
+### For learn how to interpret the weather counters, please refer to the [Thunderstorm behavior article](https://minecraft.wiki/w/Thunderstorm#Behavior) of the Minecraft wiki
+### When displaying the value, green means that the rain or thunder is on and red means that are off
\ No newline at end of file
diff --git a/build.gradle b/build.gradle
index 1067693..e0fdd43 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,5 +1,5 @@
 plugins {
-	id 'fabric-loom' version '1.0-SNAPSHOT'
+	id 'fabric-loom' version '1.4-SNAPSHOT'
 	id 'maven-publish'
 }