windhamdavid 1 year ago
parent
commit
0b0eb954fd
1 changed files with 14 additions and 4 deletions
  1. 14 4
      README.md

+ 14 - 4
README.md

@@ -1,5 +1,5 @@
-###Chess-IO
-===
+### Chess-IO
+
 my fork of [Reti-Chess](https://github.com/
 romanmatiasko/reti-chess)
 
@@ -9,6 +9,16 @@ node server.js
 localhost:8888
 ```
 
-#####Built With
+#### Built With
+---
+
+- [Node.js](http://nodejs.org/)
+- [Express](http://expressjs.com/)
+- [Socket.IO](http://socket.io/)
+- [Chess.js](https://github.com/jhlywa/chess.js) 
 
-[Node.js](http://nodejs.org/) | [Express](http://expressjs.com/) | [Socket.IO](http://socket.io/) | [Chess.js](https://github.com/jhlywa/chess.js) 
+#### Notes
+---
+- 2015 - Original fork
+- 2020 - reworked to use Express v.5
+- 2022 - migrated and noticed that I'm still using the _old fork... will evaluate later on.