Skip to content

Commit 51dfc72

Browse files
committed
docs: standardize on serve.nu as example filename
1 parent 67327f0 commit 51dfc72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Hello world
119119
Or from a file:
120120

121121
```bash
122-
$ http-nu :3001 ./handler.nu
122+
$ http-nu :3001 ./serve.nu
123123
```
124124

125125
### UNIX domain sockets
@@ -135,7 +135,7 @@ Hello world
135135
Use `-w` / `--watch` to automatically reload when files change:
136136

137137
```bash
138-
$ http-nu :3001 -w ./handler.nu
138+
$ http-nu :3001 -w ./serve.nu
139139
```
140140

141141
This watches the script's directory for any changes (including included files)

0 commit comments

Comments
 (0)