diff --git a/README.md b/README.md
index a4afeaeea06e6fc16c8c4f86758b81dc1d35f4f4..da5438cbd8ba1ffc4ec3edfba1e7fac5fccb04c2 100644
--- a/README.md
+++ b/README.md
@@ -42,6 +42,11 @@ name = "Rahix' Nick"
 # The submenu where your app should appear
 menu = "Badge"
 
+# OPTIONAL: If your app prefers wifi to be off or on when entering.
+# Useful if you want more resources (false) or need wifi (true).
+# Remove if you don't want to change wifi state!
+wifi_preference = false
+
 [entry]
 # The name of your entry point `Application` class
 class = "NickApp"