From 101e0f3739157e6f9f0f027f4c8ee4553d6196ff Mon Sep 17 00:00:00 2001 From: Jared Hanson Date: Mon, 24 Oct 2022 16:09:17 -0700 Subject: [PATCH] Update README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e4f634..47d9be4 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ with [OpenID Connect](https://openid.net/connect/). This module lets you authenticate using OpenID Connect in your Node.js -applications. By plugging into Passport, OpenID Connect authentication can be +applications. By plugging into Passport, OpenID Connect-based sign in can be easily and unobtrusively integrated into any application or framework that supports [Connect](https://github.com/senchalabs/connect#readme)-style middleware, including [Express](https://expressjs.com/).