From e6f0fbd82ae088b6ba2fab5bb9cdac0cdad19f2b Mon Sep 17 00:00:00 2001 From: roylines Date: Tue, 17 Nov 2015 17:25:15 +0000 Subject: [PATCH] added npm badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 59be41f..82713b3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # hapi-graceful-pm2 [![Circle CI](https://circleci.com/gh/roylines/hapi-graceful-pm2.svg?style=svg)](https://circleci.com/gh/roylines/hapi-graceful-pm2) [![Coverage Status](https://coveralls.io/repos/roylines/hapi-graceful-pm2/badge.svg?branch=master&service=github)](https://coveralls.io/github/roylines/hapi-graceful-pm2?branch=master) +[![npm version](https://badge.fury.io/js/hapi-graceful-pm2.svg)](https://badge.fury.io/js/hapi-graceful-pm2) This is a [hapi plugin](http://hapijs.com/tutorials/plugins) to handle true zero downtime reloads when issuing a [pm2 gracefulReload](https://keymetrics.io/2015/03/26/pm2-clustering-made-easy) command.