Skip to content

Commit

Permalink
docs(README.md): fix package name
Browse files Browse the repository at this point in the history
  • Loading branch information
Goodluckhf committed Jul 26, 2018
1 parent 663c073 commit 751d785
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 @@ -14,6 +14,7 @@
![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=flat-square)

[![NPM](https://nodei.co/npm/pm2-service-discovery-prom.png?downloads=true&downloadRank=true)](https://nodei.co/npm/pm2-service-discovery-prom/)

This pm2 module will help you to expose product's metrics from pm2 instances.
It will automatically listen for all your commands like:
```bash
Expand All @@ -27,7 +28,7 @@ and then expose to your prometheus.
## Install
Install via npm
```bash
$ pm2 install pm2-service-discovery
$ pm2 install pm2-service-discovery-prom
```

### Set your configs
Expand Down

0 comments on commit 751d785

Please sign in to comment.