diff --git a/README.md b/README.md index 5527bf3..e9b99a6 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ # TablatureJS -A basic guitar tablature editor written in JavaScript. \ No newline at end of file +A basic guitar tablature editor written in JavaScript. + +A demo is available [here](https://demos.djib.fr/tablaturejs/). + +If you want your own instance you need to download both the *html* and *js* files, put them in the same directory, and open the *html* file in a browser. + +You should get a screen similar to the one below. + +![TablatureJS in action](https://djib.fr/djib/TablatureJS/raw/branch/master/tablaturejs.png) \ No newline at end of file diff --git a/tablaturejs.png b/tablaturejs.png new file mode 100644 index 0000000..8fa6976 Binary files /dev/null and b/tablaturejs.png differ