From 8f3282fffce6a1d37af02d8b205ba5adade5d47d Mon Sep 17 00:00:00 2001 From: Sumit Kharche <43902034+sumitkharche@users.noreply.github.com> Date: Thu, 10 Oct 2019 00:36:34 +0530 Subject: [PATCH] Added License and build badges --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7125de2..62d6c5f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # Express JSON:API Controller +[![Build Status](https://travis-ci.org/coding-blocks/express-jsonapi-controller.svg?branch=master)](https://travis-ci.org/coding-blocks/express-jsonapi-controller) [![GNU license](https://img.shields.io/github/license/coding-blocks/express-jsonapi-controller)](https://github.com/coding-blocks/express-jsonapi-controller/blob/master/LICENSE.md) + Base controller class for express apps to create JSON:API endpoints for sequelize models ## Installation