From 9e58c4765c297b29a8e3fca7618d8b370f00d3b0 Mon Sep 17 00:00:00 2001 From: taohe Date: Wed, 15 Nov 2017 20:03:02 +0800 Subject: [PATCH] Fix typos and format in README.md --- README.md | 102 +++++++++++++++++++++++++++--------------------------- 1 file changed, 51 insertions(+), 51 deletions(-) diff --git a/README.md b/README.md index e02a647..b694d11 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ > Why? While I've been working on [Under-the-hood-ReactJS](https://github.com/Bogdan-Lyashenko/Under-the-hood-ReactJS) I spent enormous amount of time on creating schemes. Each change in code or flowchart affects all entire scheme instantly, forcing you to move and align 'broken pieces'. Just repeated manual work... -Imagine a library which takes any JS code and generate SVG flowchart from it, works on client and server. Allows you easily adjust styles scheme for your context or demonstrate your code logic from different abstractions levels. Highlighting, destructing whole blocks, custom modifiers for your needs etc. +Imagine a library which takes any JS code and generate SVG flowchart from it, works on client and server. Allows you easily adjust styles scheme for your context or demonstrate your code logic from different abstractions levels. Highlighting, destructing whole blocks, custom modifiers for your needs etc. # js2flowchart.js [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=Generate%20beautiful%20flowcharts%20from%20JavaScript&url=https://github.com/Bogdan-Lyashenko/js-code-to-svg-flowchart&via=bliashenko&hashtags=javascript,flowchart,svg) [![MIT Licence](https://badges.frapsoft.com/os/mit/mit.svg?v=103)](https://opensource.org/licenses/mit-license.php) [![npm version](https://badge.fury.io/js/js2flowchart.svg)](https://badge.fury.io/js/js2flowchart) @@ -15,7 +15,7 @@ or try it right away at [codepen sample](https://codepen.io/Bogdan-Lyashenko/pen ## [Demo](https://bogdan-lyashenko.github.io/js-code-to-svg-flowchart/docs/live-editor/index.html) Check out live [**code editor**](https://bogdan-lyashenko.github.io/js-code-to-svg-flowchart/docs/live-editor/index.html), paste your code and **download SVG file** of flowchart! -[](https://bogdan-lyashenko.github.io/js-code-to-svg-flowchart/docs/live-editor/index.html) +[](https://bogdan-lyashenko.github.io/js-code-to-svg-flowchart/docs/live-editor/index.html) ### What does js2flowchart do? js2flowchart takes your JS code and returns SVG flowchart, works on client/server, support ES6. @@ -29,20 +29,20 @@ Main features: - **custom flow tree modifiers support** create your own one - **flow tree ignore filter** to omit some code nodes completely i.e. log lines - **focus node or entire code logic branch** to highlight important section on scheme -- **blur node or entire code logic branch** to hide less-important stuff +- **blur node or entire code logic branch** to hide less-important stuff - **defined styles themes supports** choose one you like - **custom themes support** create your own one which fits your context colors better -- **custom colors and styles support** provides handy API to change specific styles without boilerplate +- **custom colors and styles support** provides handy API to change specific styles without boilerplate Use cases: - **explain/document** your code by flowcharts -- **learn** other's code by visual understanding +- **learn** other's code by visual understanding - **create** flowcharts for any process simply described by valid JS syntax - + ### API and examples You can find sources for examples explained below in [docs directory](/docs). -**In examples only** js2flowchart library included explicitly, by ```