diff --git a/README.md b/README.md
index aa8afdbca..6ad899421 100644
--- a/README.md
+++ b/README.md
@@ -277,7 +277,7 @@ and which gives information about the app for the Launcher.
// 'game' - a game
// 'bluetooth' - uses Bluetooth LE
// 'system' - used by the system
- // 'clkinfo' - provides or uses clock_info module for data on your clock face (see modules/clock_info.js)
+ // 'clkinfo' - provides or uses clock_info module for data on your clock face or clocks that support it (see apps/clock_info/README.md)
"supports": ["BANGLEJS2"], // List of device IDs supported, either BANGLEJS or BANGLEJS2
"dependencies" : { "notify":"type" } // optional, app 'types' we depend on (see "type" above)
"dependencies" : { "messages":"app" } // optional, depend on a specific app ID
diff --git a/android.html b/android.html
index e11e533b5..3c78f486c 100644
--- a/android.html
+++ b/android.html
@@ -73,25 +73,26 @@
@@ -168,7 +169,7 @@
Advanced Options
- Minify apps before upload (DANGER: BETA, not recommended. Uploads smaller, faster apps but this minification will break some apps)
+ Minify apps before upload (⚠️DANGER⚠️: Not recommended. Uploads smaller, faster apps but this will break many apps)