From 3eedd9042aaf00e4ff6b2082d5513493307d46d2 Mon Sep 17 00:00:00 2001 From: djib Date: Sat, 24 Aug 2019 03:09:04 +0200 Subject: [PATCH] Add link to a demo. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2035ea8..4137ed0 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ A basic guitar tablature editor written in JavaScript. -To make it work you need to download both the *html* and *js* files, put them in the same directory, and open the *html* file in a browser. +A demo is available [here](https://tablaturejs.djib.fr/). + +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.