diff --git a/README.md b/README.md index 0e6684d..9952737 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,8 @@ Then install `whattp`: ## Usage Using `whattp` is a breeze, just use the HTTP status code you're interested in as the first and only argument to the command, for example: -`whattp 404` +`whattp 500` And you'll be greeted with an output explaining what that status code means. + +![whattpexample](/doc/static/whattpexample.png) diff --git a/doc/static/whattpexample.png b/doc/static/whattpexample.png new file mode 100644 index 0000000..ad2d30a Binary files /dev/null and b/doc/static/whattpexample.png differ