From 0660046c3dbff8c3904f707ac23a87226a7843f2 Mon Sep 17 00:00:00 2001 From: Andrei Sambra Date: Tue, 2 Jan 2024 16:33:55 +0100 Subject: [PATCH] bump version in CDN link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6162248..afe9160 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ npm install --save easy-web-crypto Either host `dist/web-crypto.js` yourself or use jsDelivr like this: ```html - + ``` *You can use `globalThis.WebCrypto` to access the API after installing.*