From 48da7374adb5df0cb4611fe6bb9d7fd102990911 Mon Sep 17 00:00:00 2001 From: Jonathan Gottfried Date: Sat, 16 Nov 2024 19:22:42 -0500 Subject: [PATCH] Fix npm badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fcd59e7..0cf7679 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # passport-mlh-oauth2 -[![npm version](https://badge.fury.io/js/passport-mlh.svg)](https://badge.fury.io/js/passport-mlh) +[![npm version](https://badge.fury.io/js/passport-mlh-oauth2.svg)](https://badge.fury.io/js/passport-mlh-oauth2) [![Build Status](https://github.com/MLH/passport-mlh-oauth2/actions/workflows/node.js.yml/badge.svg)](https://github.com/MLH/passport-mlh=oauth2/actions/workflows/node.js.yml) This is the official [Passport.js](http://www.passportjs.org/) strategy for authenticating with [MyMLH](https://my.mlh.io) in Node.js applications. To use it, you'll need to [register an application](https://my.mlh.io/developers) and obtain an OAuth Application ID and Secret from MyMLH.