Skip to content

Commit 7780a50

Browse files
committed
fix(docs): rename readme to README and add badges
1 parent d12daec commit 7780a50

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Readme.md renamed to README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1-
# Express OAuth Server [![Build Status](https://travis-ci.org/oauthjs/express-oauth-server.png?branch=master)](https://travis-ci.org/oauthjs/express-oauth-server)
1+
# Express OAuth Server
22

33
Complete, compliant and well tested module for implementing an OAuth2 Server/Provider with [express](https://github.com/expressjs/express) in [node.js](http://nodejs.org/).
44

5+
[![Tests](https://github.com/node-oauth/express-oauth-server/actions/workflows/tests.yml/badge.svg)](https://github.com/node-oauth/express-oauth-server/actions/workflows/tests.yml)
6+
[![CodeQL](https://github.com/node-oauth/express-oauth-server/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/node-oauth/express-oauth-server/actions/workflows/github-code-scanning/codeql)
7+
![GitHub](https://img.shields.io/github/license/node-oauth/express-oauth-server)
8+
9+
510
This is the express wrapper for [oauth2-server](https://github.com/oauthjs/node-oauth2-server).
611

712
## Installation

0 commit comments

Comments
 (0)