From b4e2d779d6bcccab2e8df917e2df20c15ff40fc2 Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Tue, 14 May 2024 10:18:46 -0700 Subject: [PATCH] [examples] Fix instructions to run (#75) --- README.md | 2 +- examples/pigment-css-nextjs-ts/README.md | 2 +- examples/pigment-css-remix-ts/README.md | 2 +- examples/pigment-css-vite-ts/README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e159820c..11155ca5 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Pigment CSS is built on top of [WyW-in-JS](https://wyw-in-js.dev/), enabling to Use the following commands to quickly create a new Next.js project with Pigment CSS set up: ```bash -curl https://codeload.github.com/mui/pigment-css/tar.gz/master | tar -xz --strip=2 pigment-css/examples/pigment-css-nextjs-ts +curl https://codeload.github.com/mui/pigment-css/tar.gz/master | tar -xz --strip=2 pigment-css-master/examples/pigment-css-nextjs-ts cd pigment-css-nextjs-ts ``` diff --git a/examples/pigment-css-nextjs-ts/README.md b/examples/pigment-css-nextjs-ts/README.md index 0f1a4a7e..4e4b2b64 100644 --- a/examples/pigment-css-nextjs-ts/README.md +++ b/examples/pigment-css-nextjs-ts/README.md @@ -9,7 +9,7 @@ Download the example [or clone the repo](https://github.com/mui/pigment-css): ```bash -curl https://codeload.github.com/mui/pigment-css/tar.gz/master | tar -xz --strip=2 pigment-css/examples/pigment-css-nextjs-ts +curl https://codeload.github.com/mui/pigment-css/tar.gz/master | tar -xz --strip=2 pigment-css-master/examples/pigment-css-nextjs-ts cd pigment-css-nextjs-ts ``` diff --git a/examples/pigment-css-remix-ts/README.md b/examples/pigment-css-remix-ts/README.md index c0f3d027..44edf576 100644 --- a/examples/pigment-css-remix-ts/README.md +++ b/examples/pigment-css-remix-ts/README.md @@ -7,7 +7,7 @@ Download the example [or clone the repo](https://github.com/mui/pigment-css): ```bash -curl https://codeload.github.com/mui/pigment-css/tar.gz/next | tar -xz --strip=2 pigment-css/examples/pigment-css-remix-ts +curl https://codeload.github.com/mui/pigment-css/tar.gz/master | tar -xz --strip=2 pigment-css-master/examples/pigment-css-remix-ts cd pigment-css-remix-ts ``` diff --git a/examples/pigment-css-vite-ts/README.md b/examples/pigment-css-vite-ts/README.md index d6278ae2..ba3b1c38 100644 --- a/examples/pigment-css-vite-ts/README.md +++ b/examples/pigment-css-vite-ts/README.md @@ -7,7 +7,7 @@ Download the example [or clone the repo](https://github.com/mui/pigment-css): ```bash -curl https://codeload.github.com/mui/pigment-css/tar.gz/master | tar -xz --strip=2 pigment-css/examples/pigment-css-vite-ts +curl https://codeload.github.com/mui/pigment-css/tar.gz/master | tar -xz --strip=2 pigment-css-master/examples/pigment-css-vite-ts cd pigment-css-vite-ts ```