From d337c5f36ae4b5694560553dfa9e4d54c17d4937 Mon Sep 17 00:00:00 2001 From: Zoron Date: Fri, 7 Sep 2018 12:48:38 +0800 Subject: [PATCH] Fix typo in README fix typo: procotol -> protocol --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f6b0e10..f83b860 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Adapted from https://github.com/jmarca/cas_validate Many of these options are borrowed from node's [url documentation](http://nodejs.org/api/url.html). You may set global options through the `.configure()` method or override them with any of the exposed middleware. - - `procotol` The protocol to communicate with the CAS Server. Defaults to 'https'. + - `protocol` The protocol to communicate with the CAS Server. Defaults to 'https'. - `host` CAS server hostname - `port` CAS server port number. Defaults to 443. - `gateway` Send all validation requests through the CAS gateway feature. Defaults to false. @@ -77,4 +77,4 @@ connect() MIT -[![NPM](https://nodei.co/npm/connect-cas.png)](https://nodei.co/npm/connect-cas/) \ No newline at end of file +[![NPM](https://nodei.co/npm/connect-cas.png)](https://nodei.co/npm/connect-cas/)