From c88b96c1ece2cc4736cc76241983dc8aea0b3f17 Mon Sep 17 00:00:00 2001 From: AJ Hsu Date: Sun, 25 Feb 2018 05:04:01 -0600 Subject: [PATCH] Add badges for the README sample file (#130) --- README.sample.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.sample.md b/README.sample.md index 4f8dcc3..b2fb719 100644 --- a/README.sample.md +++ b/README.sample.md @@ -1,6 +1,6 @@ ![Logo of the project](./images/logo.sample.png) -# Name of the project +# Name of the project · [![Build Status](https://img.shields.io/travis/npm/npm/latest.svg?style=flat-square)](https://travis-ci.org/npm/npm) [![npm](https://img.shields.io/npm/v/npm.svg?style=flat-square)](https://www.npmjs.com/package/npm) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://github.com/your/your-project/blob/master/LICENSE) > Additional information or tag line A brief description of your project, what it is used for.