From 92eba30f939bfb1beb8079286b23ea05e2e9e1f3 Mon Sep 17 00:00:00 2001 From: 2mol <1773075+2mol@users.noreply.github.com> Date: Tue, 24 Mar 2020 16:37:28 +0100 Subject: [PATCH] fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d3f9c8..302caa5 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ $ cabal install wai-middleware-auth ## wai-auth -Along with middleware this package ships with an executbale `wai-auth`, which +Along with middleware this package ships with an executable `wai-auth`, which can function as a protected file server or a reverse proxy. Right from the box it supports OAuth2 authentication as well as it's custom implementations for Google and Github.