From aec370ef35f9e450bcd3b43931e0a9e31e9ca732 Mon Sep 17 00:00:00 2001 From: Markus Date: Mon, 23 Oct 2023 13:59:56 +0200 Subject: [PATCH] Update README.md Fixing a small typo in the readme. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0739b58..9044db3 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,7 @@ Vue.use(VueSafeHTML, { allowedTags: ['a'], allowedAttributes: ['title', 'class', 'href'], }); +``` ### Nuxt