From 66114da752f390a6411c5bcddf924e2c698aef2c Mon Sep 17 00:00:00 2001 From: Mick Lawitzke Date: Mon, 14 Nov 2022 14:29:14 +0100 Subject: [PATCH] Update README.md Corrected npm package, fixes #809 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 12f28422..0e3e2468 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Passport-SAML has been tested to work with Onelogin, Okta, Shibboleth, [SimpleSA ## Installation ```shell -npm install passport-saml +npm install @node-saml/passport-saml ``` ## Usage