Skip to content

Commit b9d4093

Browse files
authored
docs: made badges clickable
Merge pull request #236 from jorenvandeweyer/feature/clickable-badges thanks to @jorenvandeweyer
2 parents 48baa8b + a6bccbe commit b9d4093

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ Complete, compliant and well tested module for implementing an OAuth2 server in
88
[![Tests for Release](https://github.com/node-oauth/node-oauth2-server/actions/workflows/tests-release.yml/badge.svg)](https://github.com/node-oauth/node-oauth2-server/actions/workflows/tests-release.yml)
99
[![Documentation Status](https://readthedocs.org/projects/node-oauthoauth2-server/badge/?version=latest)](https://node-oauthoauth2-server.readthedocs.io/en/latest/?badge=latest)
1010
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
11-
![npm Version](https://img.shields.io/npm/v/@node-oauth/oauth2-server?label=version)
12-
![npm Downloads/Week](https://img.shields.io/npm/dw/@node-oauth/oauth2-server)
13-
![GitHub License](https://img.shields.io/github/license/node-oauth/node-oauth2-server)
11+
[![npm Version](https://img.shields.io/npm/v/@node-oauth/oauth2-server?label=version)](https://www.npmjs.com/package/@node-oauth/oauth2-server)
12+
[![npm Downloads/Week](https://img.shields.io/npm/dw/@node-oauth/oauth2-server)](https://www.npmjs.com/package/@node-oauth/oauth2-server)
13+
[![GitHub License](https://img.shields.io/github/license/node-oauth/node-oauth2-server)](https://github.com/node-oauth/node-oauth2-server/blob/master/LICENSE)
1414

1515
NOTE: This project has been forked from [oauthjs/node-oauth2-server](https://github.com/oauthjs/node-oauth2-server) and is a continuation due to the project appearing to be abandoned. Please see [our issue board](https://github.com/node-oauth/node-oauth2-server/issues) to talk about next steps and the future of this project.
1616

@@ -40,7 +40,7 @@ Please leave an issue if something is confusing or missing in the docs.
4040

4141
## Examples
4242

43-
Most users should refer to our [Express (active)](https://github.com/node-oauth/express-oauth-server) or
43+
Most users should refer to our [Express (active)](https://github.com/node-oauth/express-oauth-server) or
4444
[Koa (not maintained by us)](https://github.com/oauthjs/koa-oauth-server/tree/master/examples) examples.
4545

4646
More examples can be found here: https://github.com/14gasher/oauth-example

0 commit comments

Comments
 (0)