Skip to content

Commit

Permalink
docs: add an npm version badge
Browse files Browse the repository at this point in the history
ALL THE BADGES
  • Loading branch information
Alex Weber committed Jul 30, 2018
1 parent 21be17d commit ff2db19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> Helper module for working with Webhooks in Zengine backend Plugins.
[![Coverage Status](https://coveralls.io/repos/github/ZengineHQ/zn-backend-webhooks/badge.svg?branch=master)](https://coveralls.io/github/ZengineHQ/zn-backend-webhooks?branch=master) [![Build Status](https://circleci.com/gh/ZengineHQ/zn-backend-webhooks/tree/master.svg?style=shield)](https://circleci.com/gh/ZengineHQ/zn-backend-webhooks/tree/master)
[![Coverage Status](https://coveralls.io/repos/github/ZengineHQ/zn-backend-webhooks/badge.svg?branch=master)](https://coveralls.io/github/ZengineHQ/zn-backend-webhooks?branch=master) [![Build Status](https://circleci.com/gh/ZengineHQ/zn-backend-webhooks/tree/master.svg?style=shield)](https://circleci.com/gh/ZengineHQ/zn-backend-webhooks/tree/master) [![npm version](https://badge.fury.io/js/%40zenginehq%2Fbackend-webhooks.svg)](https://badge.fury.io/js/%40zenginehq%2Fbackend-webhooks)

## Installation

Expand Down Expand Up @@ -35,6 +35,7 @@ $firebase.load(workspaceId).then(function (settings) {
// You can also make sure the activity didn't come from a specific folder.
if (!$webhook.activityFromFolder(fullActivity, settings.submittedFolder)) {
// Do something else.
// $api.moveToFolder(approcvedfolder);
}
});
});
Expand Down

0 comments on commit ff2db19

Please sign in to comment.