Skip to content

Commit 6947039

Browse files
committed
Fix typo in README
1 parent debdd44 commit 6947039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ sudo vume exec my-vm "apt install -y python3" --timeout 120
109109
### Manage background processes
110110

111111
```bash
112-
sudo vume process start my-vm my-server "python3 -m http.worker"
112+
sudo vume process start my-vm my-server "python3 -m http.server"
113113
sudo vume process stop my-vm my-server
114114
sudo vume process list my-vm
115115
sudo vume process logs my-vm my-server --lines 100

0 commit comments

Comments
 (0)