windhamdavid 10 years ago
parent
commit
ca086d27ae
1 changed files with 15 additions and 7 deletions
  1. 15 7
      README.md

+ 15 - 7
README.md

@@ -1,13 +1,21 @@
-### Presentations with Node.js & Reveal.js
+### Presentations with node.js & reveal.js
 
 
-Thanks to https://github.com/hakimel/reveal.js/ & https://github.com/johnpolacek/controldeck.js/
+Just a place to keep some presentations. 
+
+Thanks:
+Hakim El Hattab - https://github.com/hakimel/reveal.js/ 
+John Polocek - https://github.com/johnpolacek/controldeck.js/
+
+Powered by:
+node.js - https://github.com/joyent/node
+socket.io - https://github.com/learnboost/socket.io
+ 
 
 
 ### Run
 ### Run
 
 
-$ npm install
-$ node app
+Install node.js 
 
 
-[http://localhost:8080](http://localhost:8080)
+$ npm install { node-static & socket.io }
+$ node app
 
 
-<script src="/socket.io/socket.io.js"></script>
-<script src="/controldeck-slides.js"></script>
+Available at [http://localhost:8080](http://localhost:8080)