From e7bc748846e177ce64ae9fc38bd5f0c9a007d948 Mon Sep 17 00:00:00 2001 From: Corbin Crutchley Date: Mon, 29 Sep 2025 11:10:49 -0700 Subject: [PATCH] docs: update install command --- README.md | 6 ++++++ example/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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": { -- 2.51.2