Skip to content

Commit

Permalink
[examples] Fix clone example instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Sep 14, 2024
1 parent 0ec1c8d commit 50785b6
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion examples/material-ui-express-ssr/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/material-ui):
<!-- #default-branch-switch -->

```bash
curl https://codeload.github.com/mui/material-ui/tar.gz/v5.x | tar -xz --strip=2 material-ui-master/examples/material-ui-express-ssr
curl https://codeload.github.com/mui/material-ui/tar.gz/v5.x | tar -xz --strip=2 material-ui-5.x/examples/material-ui-express-ssr
cd material-ui-express-ssr
```

Expand Down
2 changes: 1 addition & 1 deletion examples/material-ui-gatsby/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/material-ui):
<!-- #default-branch-switch -->

```bash
curl https://codeload.github.com/mui/material-ui/tar.gz/v5.x | tar -xz --strip=2 material-ui-master/examples/material-ui-gatsby
curl https://codeload.github.com/mui/material-ui/tar.gz/v5.x | tar -xz --strip=2 material-ui-5.x/examples/material-ui-gatsby
cd material-ui-gatsby
```

Expand Down
2 changes: 1 addition & 1 deletion examples/material-ui-nextjs-pages-router-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/material-ui):
<!-- #default-branch-switch -->

```bash
curl https://codeload.github.com/mui/material-ui/tar.gz/v5.x | tar -xz --strip=2 material-ui-master/examples/material-ui-nextjs-pages-router-ts
curl https://codeload.github.com/mui/material-ui/tar.gz/v5.x | tar -xz --strip=2 material-ui-5.x/examples/material-ui-nextjs-pages-router-ts
cd material-ui-nextjs-pages-router-ts
```

Expand Down
2 changes: 1 addition & 1 deletion examples/material-ui-nextjs-pages-router/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/material-ui):
<!-- #default-branch-switch -->

```bash
curl https://codeload.github.com/mui/material-ui/tar.gz/v5.x | tar -xz --strip=2 material-ui-master/examples/material-ui-nextjs-pages-router
curl https://codeload.github.com/mui/material-ui/tar.gz/v5.x | tar -xz --strip=2 material-ui-5.x/examples/material-ui-nextjs-pages-router
cd material-ui-nextjs-pages-router
```

Expand Down
2 changes: 1 addition & 1 deletion examples/material-ui-nextjs-ts-v4-v5-migration/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/material-ui):
<!-- #default-branch-switch -->

```bash
curl https://codeload.github.com/mui/material-ui/tar.gz/v5.x | tar -xz --strip=2 material-ui-master/examples/material-ui-nextjs-ts-v4-v5-migration
curl https://codeload.github.com/mui/material-ui/tar.gz/v5.x | tar -xz --strip=2 material-ui-5.x/examples/material-ui-nextjs-ts-v4-v5-migration
cd material-ui-nextjs-ts-v4-v5-migration
```

Expand Down
2 changes: 1 addition & 1 deletion examples/material-ui-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/material-ui):
<!-- #default-branch-switch -->

```bash
curl https://codeload.github.com/mui/material-ui/tar.gz/v5.x | tar -xz --strip=2 material-ui-master/examples/material-ui-nextjs-ts
curl https://codeload.github.com/mui/material-ui/tar.gz/v5.x | tar -xz --strip=2 material-ui-5.x/examples/material-ui-nextjs-ts
cd material-ui-nextjs-ts
```

Expand Down
2 changes: 1 addition & 1 deletion examples/material-ui-nextjs/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/material-ui):
<!-- #default-branch-switch -->

```bash
curl https://codeload.github.com/mui/material-ui/tar.gz/v5.x | tar -xz --strip=2 material-ui-master/examples/material-ui-nextjs
curl https://codeload.github.com/mui/material-ui/tar.gz/v5.x | tar -xz --strip=2 material-ui-5.x/examples/material-ui-nextjs
cd material-ui-nextjs
```

Expand Down
2 changes: 1 addition & 1 deletion examples/material-ui-preact/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/material-ui):
<!-- #default-branch-switch -->

```bash
curl https://codeload.github.com/mui/material-ui/tar.gz/v5.x | tar -xz --strip=2 material-ui-master/examples/material-ui-preact
curl https://codeload.github.com/mui/material-ui/tar.gz/v5.x | tar -xz --strip=2 material-ui-5.x/examples/material-ui-preact
cd material-ui-preact
```

Expand Down
2 changes: 1 addition & 1 deletion examples/material-ui-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/material-ui):
<!-- #default-branch-switch -->

```bash
curl https://codeload.github.com/mui/material-ui/tar.gz/v5.x | tar -xz --strip=2 material-ui-master/examples/material-ui-remix-ts
curl https://codeload.github.com/mui/material-ui/tar.gz/v5.x | tar -xz --strip=2 material-ui-5.x/examples/material-ui-remix-ts
cd material-ui-remix-ts
```

Expand Down
2 changes: 1 addition & 1 deletion examples/material-ui-via-cdn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Download the example [or clone the repo](https://github.com/mui/material-ui):

```bash
curl https://codeload.github.com/mui/material-ui/tar.gz/v5.x | tar -xz --strip=2 material-ui-master/examples/material-ui-via-cdn
curl https://codeload.github.com/mui/material-ui/tar.gz/v5.x | tar -xz --strip=2 material-ui-5.x/examples/material-ui-via-cdn
cd material-ui-via-cdn
```

Expand Down

0 comments on commit 50785b6

Please sign in to comment.