diff --git a/README.md b/README.md
index 865ea86..931a4e2 100644
--- a/README.md
+++ b/README.md
@@ -89,7 +89,7 @@
 ```
 -p, --port=     Port to listen on. (default: 8080).
 
--r, --route=    Route which is made up of a path, a response body, and a
+-r, --route=    Route which is made up of a path, a response body, a content type, and a
                 response status, all separated by the pipe '|' character.
                 Repeat for additional routes.
 
@@ -102,7 +102,7 @@
 
 ### Example
 
-Linus/macOS:
+Linux/macOS:
 ```
 httpcat server \
   --port 8080 \