Skip to content

Commit b4e2d77

Browse files
authoredMay 14, 2024··
[examples] Fix instructions to run (#75)
1 parent 87ef64b commit b4e2d77

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Pigment CSS is built on top of [WyW-in-JS](https://wyw-in-js.dev/), enabling to
4545
Use the following commands to quickly create a new Next.js project with Pigment CSS set up:
4646

4747
```bash
48-
curl https://codeload.github.com/mui/pigment-css/tar.gz/master | tar -xz --strip=2 pigment-css/examples/pigment-css-nextjs-ts
48+
curl https://codeload.github.com/mui/pigment-css/tar.gz/master | tar -xz --strip=2 pigment-css-master/examples/pigment-css-nextjs-ts
4949
cd pigment-css-nextjs-ts
5050
```
5151

‎examples/pigment-css-nextjs-ts/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Download the example [or clone the repo](https://github.com/mui/pigment-css):
99
<!-- #default-branch-switch -->
1010

1111
```bash
12-
curl https://codeload.github.com/mui/pigment-css/tar.gz/master | tar -xz --strip=2 pigment-css/examples/pigment-css-nextjs-ts
12+
curl https://codeload.github.com/mui/pigment-css/tar.gz/master | tar -xz --strip=2 pigment-css-master/examples/pigment-css-nextjs-ts
1313
cd pigment-css-nextjs-ts
1414
```
1515

‎examples/pigment-css-remix-ts/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Download the example [or clone the repo](https://github.com/mui/pigment-css):
77
<!-- #default-branch-switch -->
88

99
```bash
10-
curl https://codeload.github.com/mui/pigment-css/tar.gz/next | tar -xz --strip=2 pigment-css/examples/pigment-css-remix-ts
10+
curl https://codeload.github.com/mui/pigment-css/tar.gz/master | tar -xz --strip=2 pigment-css-master/examples/pigment-css-remix-ts
1111
cd pigment-css-remix-ts
1212
```
1313

‎examples/pigment-css-vite-ts/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Download the example [or clone the repo](https://github.com/mui/pigment-css):
77
<!-- #default-branch-switch -->
88

99
```bash
10-
curl https://codeload.github.com/mui/pigment-css/tar.gz/master | tar -xz --strip=2 pigment-css/examples/pigment-css-vite-ts
10+
curl https://codeload.github.com/mui/pigment-css/tar.gz/master | tar -xz --strip=2 pigment-css-master/examples/pigment-css-vite-ts
1111
cd pigment-css-vite-ts
1212
```
1313

0 commit comments

Comments
 (0)
Please sign in to comment.