From 2d38649909c2f423b7ab3c168bff0f6ab47ec8ba Mon Sep 17 00:00:00 2001 From: "Pedro G. Galaviz" Date: Thu, 28 Nov 2019 21:28:13 -0600 Subject: [PATCH] updated README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 31d6d1f..3c73b6f 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,8 @@ import VueHighlights, { autoLink, autoHighlight } from 'vue-highlights' Vue.component(VueHighlights.name, VueHighlights) ``` +You can check a demo here: [pggalaviz.github.io/vue-highlights](https://pggalaviz.github.io/vue-highlights) + ## Usage Let's create our first component: