Browse Source

add instructables link

moononournation 7 years ago
parent
commit
23c7d1f8be
1 changed files with 7 additions and 4 deletions
  1. 7 4
      README.md

+ 7 - 4
README.md

@@ -1,8 +1,11 @@
-nodemcu-webide
+# **NodeMCU WebIDE** #
 
-Base on 2 core projects:
-# [nodemcu-httpserver](https://github.com/marcoskirsch/nodemcu-httpserver)
+You may find more details at my instructables:
+http://www.instructables.com/id/NodeMCU-WebIDE/
+
+NodeMCU WebIDE base on 2 core projects:
+### [nodemcu-httpserver](https://github.com/marcoskirsch/nodemcu-httpserver)
 A (very) simple web server written in Lua for the ESP8266 running the NodeMCU firmware.
 
-# [CodeMirror](https://codemirror.net)
+### [CodeMirror](https://codemirror.net)
 A versatile text editor implemented in JavaScript for the browser.