diff --git a/README.md b/README.md index 1df5e1f87..1a970d14f 100755 --- a/README.md +++ b/README.md @@ -4,6 +4,12 @@ A library in Javascript to create graphs in the browser similar to [PureData](ht It can be integrated easily in any existing web applications and graphs can be run without the need of the editor. +## Installation + +``` +npm install litegraph.js +``` + ## Creating a Graph ## You can create graphs from the editor (and store them in JSON) or directly from code: