WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit ab45d37

Browse files
authored
chore: improve readme wording (#109)
1 parent 0943110 commit ab45d37

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Create a Hono application from starter templates.
44

55
## Quick Start
66

7-
Starter templates are available for each platform. Use one the following "create-hono" commands.
7+
Starter templates are available for each platform. Use one of the following "create-hono" commands.
88

99
```bash
1010
# npm
@@ -20,7 +20,7 @@ pnpm create hono@latest
2020
bun create hono@latest
2121

2222
# deno
23-
deno run -A npm:create-hono@latest
23+
deno init --npm hono
2424
```
2525

2626
## Options
@@ -30,7 +30,7 @@ deno run -A npm:create-hono@latest
3030
You can specify the desired template from the command line. This is useful for automation, where you'd like to skip any interactive prompts.
3131

3232
```
33-
npm create hono@latest ./my-app -- --template cloudflare-pages
33+
npm create hono@latest ./my-app -- --template cloudflare-workers
3434
```
3535

3636
### `-i, --install`

0 commit comments

Comments
 (0)