diff --git a/README.md b/README.md index 75bc9e2..efd44fb 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,8 @@ Edit Matercolors - Vanilla JS Demo in Code Sandbox
+https://unpkg.com/browse/matercolors@1.2.0/dist/ + ## 🎉 Installation @@ -35,7 +37,14 @@ Alternatively, you can update your `package.json` as: ```bash "matercolors": "^1.2.0" ``` - ***...aand thats it! Now lets' dive right in!*** + +> **✨ New in v.1.2 : Matercolor now works in the browser!** +> If you want to use it as a CDN instead, you can access it through `unpkg`! +> + + unpkg + +
## 🚸 Usage ### 🎨 Palette Constructor diff --git a/images/matercolor-unpkg.png b/images/matercolor-unpkg.png new file mode 100644 index 0000000..3141c4a Binary files /dev/null and b/images/matercolor-unpkg.png differ