diff --git a/Tips.md b/Tips.md
index 8ce4150..2b5c937 100644
--- a/Tips.md
+++ b/Tips.md
@@ -16,4 +16,7 @@
Werid, hardly documented renpy stuff we use
MoveTransition - a way more modifiyable version of "with move" that can be applied to characters.
-updater.Update - there are **TWO** update commands in Renpy. One gives you cancer, one updates the game. This one, the one with a capital 'U' in "Update", is the one that actually updates. However, it accepts variables like updater.update does. So treat the documentation for updater.update as the valid documentation for updater.Update.
\ No newline at end of file
+updater.Update - there are **TWO** update commands in Renpy. One gives you cancer, one updates the game. This one, the one with a capital 'U' in "Update", is the one that actually updates. However, it accepts variables like updater.update does. So treat the documentation for updater.update as the valid documentation for updater.Update.
+ More on the Updates feature, Renpy doesn't support HTTPS for it. So, all updates must be done over an insecure channel. Fun, but this isn't obviously documented and only can really be figured out by perusing the git page.
+
+
\ No newline at end of file