From 0afdcc3559766ba69cfdcd7ae1dfe07653afba6b Mon Sep 17 00:00:00 2001 From: DAHMANI Abir Date: Mon, 5 Mar 2018 20:16:31 +0100 Subject: [PATCH] Add different badges to README file Badges are added to Readme file to inform and link visitors of the repository to the latest version of packages. * npm badge redirect to npmjs website * dependencies and devdependencies badges redirect to david-dm website --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f0a0415..ffe4d5e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # watch -- Utilities for watching file trees in node.js +[![NPM version](http://img.shields.io/npm/v/watch.svg)](https://www.npmjs.org/package/watch) [![dependencies Status](https://david-dm.org/mikeal/watch/status.svg)](https://david-dm.org/mikeal/watch) [![devDependencies Status](https://david-dm.org/mikeal/watch/dev-status.svg)](https://david-dm.org/mikeal/watch?type=dev) + ## Install