Skip to content

Commit a7997de

Browse files
author
James Hegedus
committed
fix READMEs named with lowercase
1 parent cea7fb6 commit a7997de

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

examples/with-electron/readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Download [`create-next-app`](https://github.com/segmentio/create-next-app) to bo
1010

1111
```bash
1212
npx create-next-app --example with-electron with-electron-app
13+
# or
14+
yarn create next-app --example with-electron with-electron-app
1315
```
1416

1517
### Download manually

examples/with-markdown/readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Download [`create-next-app`](https://github.com/segmentio/create-next-app) to bo
1010

1111
```bash
1212
npx create-next-app --example with-markdown with-markdown
13+
# or
14+
yarn create next-app --example with-markdown with-markdown-app
1315
```
1416

1517
### Download manually

examples/with-next-sass/readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Download [`create-next-app`](https://github.com/segmentio/create-next-app) to bo
1010

1111
```bash
1212
npx create-next-app --example with-next-sass with-next-sass-app
13+
# or
14+
yarn create next-app --example with-next-sass with-next-sass-app
1315
```
1416

1517
### Download manually

examples/with-universal-configuration-runtime/readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Download [`create-next-app`](https://github.com/segmentio/create-next-app) to bo
1010

1111
```bash
1212
npx create-next-app --example with-universal-configuration-runtime with-universal-configuration-runtime-app
13+
# or
14+
yarn create next-app --example with-universal-configuration-runtime with-universal-configuration-runtime-app
1315
```
1416

1517
### Download manually

0 commit comments

Comments
 (0)