From 1a59111f01c939b3adf704320917bf426a1bea4b Mon Sep 17 00:00:00 2001 From: Anish Karandikar Date: Wed, 24 Oct 2018 15:44:53 -0400 Subject: [PATCH] Add realworld badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 660365d2f..0852b16f2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # ![Node/Express/Mongoose Example App](project-logo.png) +[![RealWorld Backend](https://img.shields.io/badge/realworld-backend-%23783578.svg)](http://realworld.io) [![Build Status](https://travis-ci.org/anishkny/node-express-realworld-example-app.svg?branch=master)](https://travis-ci.org/anishkny/node-express-realworld-example-app) > ### Example Node (Express + Mongoose) codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the [RealWorld](https://github.com/gothinkster/realworld-example-apps) API spec.