Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo in README #51

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -77,4 +77,4 @@ connect()

MIT

[![NPM](https://nodei.co/npm/connect-cas.png)](https://nodei.co/npm/connect-cas/)
[![NPM](https://nodei.co/npm/connect-cas.png)](https://nodei.co/npm/connect-cas/)