From 79ea2f95ac48f21ba81a41ecfef3f13b73e43aa8 Mon Sep 17 00:00:00 2001 From: Preet <833927+pshihn@users.noreply.github.com> Date: Tue, 16 Jun 2020 00:34:26 -0700 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index a2ae499..a41939d 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,13 @@ const ag = annotationGroup([a3, a1, a2]); ag.show(); ``` +## Live examples +I have created some basic examples on Glitch for you to play with. + +[Basic demo](https://glitch.com/~basic-rough-notation) + +[Annotation group demo](https://glitch.com/~annotation-group) + ## Configuring the Annotation When you create an annotation object, you pass in a config. The config only has one mandatory field, which is the `type` of the annotation. But you can configure the annotation in many ways.