updated README

This commit is contained in:
Caleb Vorderbruggen 2022-04-18 18:15:42 -04:00
parent 6485069a1c
commit b0e04fb00c

View File

@ -13,9 +13,9 @@ $ ./handler
### Changing default settings
- a sets ip address
- p sets port
- d sets directory to serve
- `a` sets ip address
- `p` sets port
- `d` sets directory to serve
```golang
$ ./handler -a 127.0.0.1 -p 3000 -d ./foo/bar