diff --git a/examples/Kankun WiFi Plug/README.md b/examples/Kankun WiFi Plug/README.md
index 1b55e69..ccd1c36 100644
--- a/examples/Kankun WiFi Plug/README.md
+++ b/examples/Kankun WiFi Plug/README.md
@@ -1,25 +1,26 @@
-Kankun smart plug outlet controller
+# Kankun KK-SP3 smart plug outlet controller
-Full tutorial is at http://benlo.com/esp8266/KankunSmartPlug.html
+Full tutorial is at https://benlo.com/esp8266/KankunSmartPlug.html
scp to the Kankun
-create /www/cgi-bin
-
+create `/www/cgi-bin`:
+```sh
chmod 755 cgi-bin
-
-put relay.cgi in cgi-bin
+```
+put `relay.cgi` in `cgi-bin`
-upload init.lua and httpget.lua to the esp8266
+
+Upload `init.lua` and `httpget.lua` to the esp8266
-/www/index.html and /www/click.mp3 are optional
+`/www/index.html` and `/www/click.mp3` are optional
They make a pretty toggle button for browser control of the Kandun outlet.
@@ -28,4 +29,7 @@ Browse to http://192.168.10.253 with any web browser.
The toggle will reflect the state of the Kandun switch as well as control it.
+## See also
+* [Kankun KK-SP3: Complete Guide](https://github.com/yurt-page/Kankun_KK-SP3)
+