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
-```
-----------------------------------------------------------------------------------------------------------