Skip to content

Commit 7e501f9

Browse files
Improve code block formatting in README.md (#1381)
Updated code block formatting for clarity in README to enable proper syntax highlighting on vercel.com/templates ### Description <!-- ✍️ Write a short summary of your work. Screenshots and videos are welcome! --> ### Demo URL <!-- Provide a URL to a live deployment where we can test your PR. If a demo isn't possible feel free to omit this section. --> ### Type of Change - [ ] New Example - [ ] Example updates (Bug fixes, new features, etc.) - [ ] Other (changes to the codebase, but not to examples) ### New Example Checklist - [ ] 🛫 `npm run new-example` was used to create the example - [ ] 📚 The template wasn't used but I carefuly read the [Adding a new example](https://github.com/vercel/examples#adding-a-new-example) steps and implemented them in the example - [ ] 📱 Is it responsive? Are mobile and tablets considered?
1 parent 9f347ed commit 7e501f9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

framework-boilerplates/hono-bun/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,25 @@ Prerequisites:
88

99
To develop locally:
1010

11-
```
11+
```bash
1212
bun install
1313
vc dev
1414
```
1515

16-
```
16+
```bash
1717
open http://localhost:3000
1818
```
1919

2020
To build locally:
2121

22-
```
22+
```bash
2323
bun install
2424
vc build
2525
```
2626

2727
To deploy:
2828

29-
```
29+
```bash
3030
bun install
3131
vc deploy
3232
```

0 commit comments

Comments
 (0)