Skip to content

Commit

Permalink
[examples] Fix instructions to run (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed May 14, 2024
1 parent 87ef64b commit b4e2d77
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
2 changes: 1 addition & 1 deletion examples/pigment-css-nextjs-ts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Download the example [or clone the repo](https://github.com/mui/pigment-css):
<!-- #default-branch-switch -->

```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
```

Expand Down
2 changes: 1 addition & 1 deletion examples/pigment-css-remix-ts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Download the example [or clone the repo](https://github.com/mui/pigment-css):
<!-- #default-branch-switch -->

```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
```

Expand Down
2 changes: 1 addition & 1 deletion examples/pigment-css-vite-ts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Download the example [or clone the repo](https://github.com/mui/pigment-css):
<!-- #default-branch-switch -->

```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
```

Expand Down

0 comments on commit b4e2d77

Please sign in to comment.