Skip to content

Commit 8bdbc2c

Browse files
committed
2 parents d19aa78 + 74722b4 commit 8bdbc2c

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# FlowgorithmJS
2-
[Flowgorithm (www.flowgorithm.org)](http://www.flowgorithm.org) is an excellent software for drawing flowcharts.
3-
It use an XML format to generate the output. The XML is saved in files with the **.fprg** extension.
2+
[Flowgorithm](http://www.flowgorithm.org) is an excellent software for drawing flowcharts.
3+
To save the work, it use an XML format stored in files with the **.fprg** extension.
44

55
FlowgorithmJS is a **_third-party_** tool written in Javascript that can read and display the .fprg files on a web page using SVG format.
66

@@ -54,3 +54,7 @@ drawFlowchartFromUrl(fprgUrl,tagId,options);
5454
</body>
5555
</html>
5656
```
57+
58+
## Demo
59+
60+
View file from local computer: https://andreaval.github.io/FlowgorithmJS/drawLocal.html

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
theme: jekyll-theme-slate

0 commit comments

Comments
 (0)