diff --git a/foxclock.lua b/foxclock.lua
index 941155e..0d4902a 100644
--- a/foxclock.lua
+++ b/foxclock.lua
@@ -105,11 +105,15 @@ else
 	}
 end
 
+-- change the prefix for the part of the hour
+-- make them unfur. make them blossom. make them shake.
 local Early_Name = "early"
 local Mid_Name = "mid"
 local Late_Name = "late"
 
--- 🐇
+-- 🐇 🐇 🐇 🐇 🐇 🐇 🐇 🐇 
+-- you now no longer have to read the code unless you're using this as
+-- a library then also have a look at the last few lines.
 
 -- now begins Most Of Suncalc.Lua which we just copypasted into here --
 -- Thanks suncalc.lua! --