diff --git a/README.md b/README.md index 0f338d2..656f039 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,12 @@ A CSS-only skeleton loader that supports syncing multiple elements' loading indi A dark version of the previous skeleton loader +## Installation + +```shell +npm install sync-skeleton +``` + ## 📐 CSS Variables for customising ### 🎨 Styling / Design; diff --git a/example/package.json b/example/package.json index cc503d6..80f96a5 100644 --- a/example/package.json +++ b/example/package.json @@ -1,5 +1,5 @@ { - "name": "@sync-skeleton/example-react-simple", + "name": "sync-skeleton-example", "private": true, "type": "module", "scripts": {