From e8a2de9be7d8395618a21a992f1462a147b411e5 Mon Sep 17 00:00:00 2001 From: Sunim Acharya Date: Sat, 6 Jan 2018 20:30:23 +0545 Subject: [PATCH] Fix readme layout --- README.md | 24 ++++++------------------ 1 file changed, 6 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 5cfa227..2c6f20f 100644 --- a/README.md +++ b/README.md @@ -11,15 +11,14 @@ For only using the onEditor and onBrowser SVG generation follow the js2flowchart 2. atom-js-code-to-svg-to-preview -3. express -4. socket.io ## Features [![onEditor demo](https://i.imgur.com/F3LC8LA.png)](https://i.imgur.com/F3LC8LA.png) -[![onBrowser demo](https://i.imgur.com/Hw9SZ5M.png)](https://i.imgur.com/Hw9SZ5M.png) - ### TODO: - [ ] JSX support - [ ] Flow,CLI and Typescript support - [ ] Chrome extension for dev-tools - [ ] Fetching SVG to generate and manipulate code to genrate code from flowchart -## Requirements - -1. Node server installed -2. Socket.io and express installed ie. -``` -npm install --save express socket.io -``` -----------------------------------------------------------------------------------------------------------