From 68ee2a2b77d7a4083a60aac25342ba5deb1b87ca Mon Sep 17 00:00:00 2001 From: scripthunter7 <57285466+scripthunter7@users.noreply.github.com> Date: Sun, 19 Feb 2023 16:00:12 +0100 Subject: [PATCH] Minor README improvements --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 26691aa..a6a33dc 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,9 @@ You can install the library using one of the following methods: yarn add ecss-tree ``` -NPM package: https://www.npmjs.com/package/ecss-tree +Links: +- NPM package: https://www.npmjs.com/package/ecss-tree +- JSDelivr CDN: https://www.jsdelivr.com/package/npm/ecss-tree ## Supported Extended CSS elements @@ -354,8 +356,16 @@ Example usage: ```html ```