From ec6032c5d23699dfa25218374535288f35983a43 Mon Sep 17 00:00:00 2001 From: brenocss <57222005+brenocss@users.noreply.github.com> Date: Thu, 23 Mar 2023 19:24:02 -0300 Subject: [PATCH] Update README.md mistype -rules --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 709e1ac..8d087ae 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ curl -v --user 'root:root' --upload-file file.txt http://localhost:8000/file.txt This will run the tool as TLS TCP server and enable custom responses based on YAML templates: ```sh -simplehttpserver -rule rules.yaml -tcp -tls -domain localhost +simplehttpserver -rules rules.yaml -tcp -tls -domain localhost ``` The rules are written as follows: