diff --git a/README.md b/README.md index fd762f7..b640af6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ httpcat =============== -A netcat like tool for analysing HTTP requests (from both server and client perspective). My first experiment with Go. +A netcat like tool for analysing/mocking HTTP requests (from both server and client perspective). My first experiment with Go. Usage: @@ -27,4 +27,3 @@ -response or -r [response code] : Status code to respond with. Defaults to 204. -cors or -c : Enable Cross Origin Resource Sharing support. -separator or -s [separator string] : Use the provided separator to separate messages. -