From df83e201cf740d8dd5577b4d220c9f942fdc4d96 Mon Sep 17 00:00:00 2001 From: Alex Gomory Date: Wed, 24 May 2017 13:32:16 -0700 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3719409..59a4c66 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # LaraNotes -[![Build Status](https://travis-ci.org/GMory/laranotes.svg?branch=master)](https://travis-ci.org/GMory/laranotes) +[![Travis](https://img.shields.io/travis/GMory/laranotes.svg?style=flat-square)](https://travis-ci.org/GMory/laranotes) +[![Codecov](https://img.shields.io/codecov/c/github/GMory/laranotes/1.1.0.svg?style=flat-square)](https://codecov.io/gh/GMory/laranotes/branch/1.1.0) A package for laravel that allows you to attach notes to any model of your choosing. This is particularly helpful when you want to add a snippet of information to any of your models.