Skip to content

Commit 4ef352d

Browse files
authored
Update README.md (#113)
mistype -rules
1 parent 070e8a6 commit 4ef352d

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
@@ -126,7 +126,7 @@ curl -v --user 'root:root' --upload-file file.txt http://localhost:8000/file.txt
126126
This will run the tool as TLS TCP server and enable custom responses based on YAML templates:
127127

128128
```sh
129-
simplehttpserver -rule rules.yaml -tcp -tls -domain localhost
129+
simplehttpserver -rules rules.yaml -tcp -tls -domain localhost
130130
```
131131

132132
The rules are written as follows:

0 commit comments

Comments
 (0)