From 10d06e71747147d2a113050c2c4be7bbabd1bc0d Mon Sep 17 00:00:00 2001 From: Vitalij Ryndin Date: Fri, 15 Jul 2022 20:33:29 +0800 Subject: [PATCH 1/2] docs: update readme --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 7987e327..7021da46 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,6 @@ npm bundle size - - CodeFactor Grade -

@@ -37,7 +34,7 @@ - 🔥 Zero [dependencies](https://www.npmjs.com/package/fireworks-js?activeTab=dependents) - ⚙️ Flexible [configuration](#options) - - 📦 Lightweight ([~3.0kB gizpped](https://bundlephobia.com/package/fireworks-js)) + - 📦 Lightweight ([~3.0kB gzipped](https://bundlephobia.com/package/fireworks-js)) - ☁️ [Server-side rendering](#server-side-rendering-with-no-ssr) compatibility - 📜 Supports [TypeScript](https://www.typescriptlang.org) type definition From a3fa03732a3657e1e64cdbc33a1a3be5adfaab88 Mon Sep 17 00:00:00 2001 From: Vitalij Ryndin Date: Fri, 6 Jan 2023 04:36:46 +0800 Subject: [PATCH 2/2] docs(readme): update cdn links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7021da46..77fc7cbd 100644 --- a/README.md +++ b/README.md @@ -86,10 +86,10 @@ fireworks.setOptions({ delay: { min: 10, max: 15 }}) ```html - + - + ```