From 0d5b5bcd67d9c02f29bea6b0176cd6aa184a5065 Mon Sep 17 00:00:00 2001 From: Valera Rozuvan Date: Fri, 12 May 2017 14:07:28 +0300 Subject: [PATCH] Fix broken formatting for old examples section Just using Markdown strikethrough will make it more readable. Current formatting is very bad. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2f56c8376..63ed08fd9 100644 --- a/README.md +++ b/README.md @@ -38,11 +38,11 @@ Most users should refer to our [Express](https://github.com/oauthjs/express-oaut Examples for v3 are yet to be made. Examples for v2 can still be found [here](https://github.com/oauthjs/node-oauth2-server/tree/b36a06b445ad0a676e6175d68a8bd0b2f3353dbf/examples). -[//]: # (If you're implementing a custom server, we have many examples available:) +~~(If you're implementing a custom server, we have many examples available:)~~ -[//]: # (- A simple **password** grant [example](https://github.com/oauthjs/node-oauth2-server/tree/master/examples/password).) -[//]: # (- A more complex **password** and **refresh_token** grant [example](https://github.com/oauthjs/node-oauth2-server/tree/master/examples/refresh-token).) -[//]: # (- An advanced **password**, **refresh_token** and **authorization_code** grant [example](https://github.com/oauthjs/node-oauth2-server/tree/master/examples/authorization-code) with scopes.) +~~(- A simple **password** grant [example](https://github.com/oauthjs/node-oauth2-server/tree/master/examples/password).)~~ +~~(- A more complex **password** and **refresh_token** grant [example](https://github.com/oauthjs/node-oauth2-server/tree/master/examples/refresh-token).)~~ +~~(- An advanced **password**, **refresh_token** and **authorization_code** grant [example](https://github.com/oauthjs/node-oauth2-server/tree/master/examples/authorization-code) with scopes.)~~ ## Upgrading from 2.x