Skip to content

Commit d46e9e8

Browse files
authored
Use markdown syntax for headings
1 parent f71e377 commit d46e9e8

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
[![JS.ORG](https://img.shields.io/badge/js.org-flowchart-ffb400.svg?style=flat-square)](http://js.org)
22

3-
#Example
3+
# flowchart.js
4+
5+
## Example
46

57
[example](https://github.com/adrai/flowchart.js/blob/master/example/index.html)
68

7-
#Requirements
9+
## Requirements
810
You will need [Raphaël](http://www.raphaeljs.com/)
911

10-
#CDN
12+
## CDN
1113
flowchart.js is on [CDNJS](https://cdnjs.com/libraries/flowchart), feel free to use it
1214

13-
#Usage
15+
## Usage
1416

1517
On your page you need to include raphael like so:
1618

@@ -85,18 +87,18 @@ and then
8587
</script>
8688
```
8789

88-
#Advice
90+
## Advice
8991
Symbols that should possibly not be used in the text: '=>' and '->' and ':>' and '|'
9092

91-
#Contributors
93+
## Contributors
9294

9395
via [GitHub](https://github.com/adrai/flowchart.js/graphs/contributors)
9496

95-
#Thanks
97+
## Thanks
9698

9799
Many thanks to [js-sequence-diagrams](http://bramp.github.io/js-sequence-diagrams/) which greatly inspired this project, and forms the basis for the syntax.
98100

99-
#Licence
101+
## Licence
100102

101103
Copyright (c) 2017 Adriano Raiano
102104

0 commit comments

Comments
 (0)