Skip to content

Commit d70ca1b

Browse files
committed
ops
1 parent dfd9b11 commit d70ca1b

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

examples/vanilla_http_server/README.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,7 @@ v run examples/vanilla_http_server/src
4545
Production build:
4646

4747
```sh
48-
v -prod examples/vanilla_http_server/src
49-
```
50-
51-
### Run
52-
53-
```sh
54-
# Default port 3001
55-
./vanilla_http_server
56-
57-
# Custom port
58-
./vanilla_http_server --port 8080
48+
v -prod crun examples/vanilla_http_server/src
5949
```
6050

6151
### Benchmark

0 commit comments

Comments
 (0)