diff --git a/.jshintignore b/.jshintignore index 563ba71..57d3105 100644 --- a/.jshintignore +++ b/.jshintignore @@ -1,2 +1,3 @@ /node_modules -/build \ No newline at end of file +/build +/dist \ No newline at end of file diff --git a/README.md b/README.md index 4ea68ff..f3a223b 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,8 @@ node build.sh ## Usage -How to use (theorically) +### With node + ```javascript const diag = require('fa-diagrams'); @@ -54,4 +55,25 @@ Will produce the following diagram :  +### On web page + +```html +
+ ... + + + ... + + +... + +... + +