From f427cb2a5c7f00891c0d4b28dd2554124c897a74 Mon Sep 17 00:00:00 2001 From: Keiran Price Date: Wed, 30 Oct 2019 08:32:47 +0000 Subject: [PATCH] #87: Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b96ed869..b7f36bf6 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ Class diagram for this module: ![image](https://user-images.githubusercontent.com/44777678/66651511-1d401a80-ec2b-11e9-96a4-316e94939a0f.png) #### Authentication -Each request requires a valid session ID to be provided in the Authorization header. This header should take the form of `{"Authoirzation":"Bearer "}` A session ID can be obtained by +Each request requires a valid session ID to be provided in the Authorization header. This header should take the form of `{"Authorization":"Bearer "}` A session ID can be obtained by sending a post request to `/sessions/` All endpoint methods that require a session id are decorated with `@requires_session_id`