Skip to content

Commit d68797a

Browse files
committedOct 6, 2023
update README.md [skip ci]
1 parent 2d145fd commit d68797a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
/>
1212
<img src="https://raw.githubusercontent.com/Unitech/pm2/master/pres/pm2-v4.png" />
1313
</picture>
14-
14+
1515
<br/>
1616
<br/>
1717
<b>P</b>(rocess) <b>M</b>(anager) <b>2</b><br/>
@@ -49,7 +49,7 @@ Starting an application in production mode is as easy as:
4949
$ pm2 start app.js
5050
```
5151

52-
PM2 is constantly assailed by [more than 1800 tests](https://app.travis-ci.com/github/Unitech/pm2/branches).
52+
PM2 is constantly assailed by [more than 1800 tests](https://github.com/Unitech/pm2/actions/workflows/node.js.yml).
5353

5454
Official website: [https://pm2.keymetrics.io/](https://pm2.keymetrics.io/)
5555

@@ -64,7 +64,7 @@ With NPM:
6464
$ npm install pm2 -g
6565
```
6666

67-
You can install Node.js easily with [NVM](https://github.com/nvm-sh/nvm#installing-and-updating) or [ASDF](https://blog.natterstefan.me/how-to-use-multiple-node-version-with-asdf).
67+
You can install Node.js easily with [NVM](https://github.com/nvm-sh/nvm#installing-and-updating) or [FNM](https://github.com/Schniz/fnm).
6868

6969
### Start an application
7070

0 commit comments

Comments
 (0)
Please sign in to comment.