From 519f66a217b880e827f6808d702b1714c61bda55 Mon Sep 17 00:00:00 2001 From: Preet <833927+pshihn@users.noreply.github.com> Date: Tue, 16 Jun 2020 00:50:26 -0700 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a41939d..5540b0a 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,8 @@ Once you have the annotation object, you can call `show()` on it to show the ann ```javascript import { annotate } from 'rough-notation'; +// Or using unpkg +// import { annotate } from 'https://unpkg.com/rough-notation?module'; const e = document.querySelector('#myElement'); const annotation = annotate(e, { type: 'underline' });