From 8f2ce348a844e813fa550c3112dad346667b38b2 Mon Sep 17 00:00:00 2001 From: Pedro Henrique Lemes Da Silva <59403164+pedrinholemes@users.noreply.github.com> Date: Mon, 8 Feb 2021 14:20:44 -0300 Subject: [PATCH] chore: add `type="module"` to cdn example --- README.MD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.MD b/README.MD index 43734e9..2452d23 100644 --- a/README.MD +++ b/README.MD @@ -59,7 +59,8 @@ export const encryptStorage = EncryptStorage('secret_key', options); ### CDN (unpkg.com) ```html -