about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 5435278..d925d8d 100644
--- a/README.md
+++ b/README.md
@@ -16,11 +16,11 @@ If a request is received with an `Authorization` header, piper will compare the
 IP the request came from with the last IP to use that `Authorization` value.
 There are three possible situations and two responses:
 
-A `200` status code will be returned, with an IP in the body, if:
-- A request has never been made with the provided auth value
+A `200` status code will be returned, with an IP in the body, if:  
+- A request has never been made with the provided auth value  
 - The last request to use the auth value came from a different IP address
 
-A `302` status code will be returned, with no body, if:
+A `302` status code will be returned, with no body, if:  
 - The last request to use the auth value comes from the same IP address
 
 You may specify a `Content-Type` of `application/json` or `text/plain`. Example