Skip to content

Commit

Permalink
meta: fix readme following new name
Browse files Browse the repository at this point in the history
  • Loading branch information
vmarchaud committed May 15, 2018
1 parent d0449fe commit 5b89fe2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Keymetrics agent
# pm2-io-agent

This module is used in [PM2](https://github.com/Unitech/pm2) to communicate with [Keymetrics](https://keymetrics.io)'s servers.
This module is used by [PM2](https://github.com/Unitech/pm2) to communicate with [PM2.io](https://pm2.io/plus)'s servers.

## Transporters

Expand All @@ -19,7 +19,7 @@ To launch using daemon you need to run :
`node src/InteractorDaemon.js`


Before, you need to set this environements' vars
Before, you need to set these environment vars

| Key | Value |
|------------------|-------------------------------------------|
Expand Down Expand Up @@ -91,5 +91,5 @@ git push origin vX.X.X

To finish update the changelog of the release on github with `gren` (be sure that gren has selected the right tags):
```
gren release -o -D commits
gren release -o -D commits -u keymetrics -r pm2-io-agent
```

0 comments on commit 5b89fe2

Please sign in to comment.