Skip to content

Commit 15a9000

Browse files
committed
Update README.md
1 parent f878514 commit 15a9000

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2084,11 +2084,11 @@ HTTP request logger middleware for node.js.
20842084
npm install morgan
20852085
```
20862086

2087-
**Example:** write logs to a file
2087+
**Example:**
20882088

20892089
```js
20902090
/**
2091-
* morgan
2091+
* Writing logs to a file
20922092
*/
20932093
const express = require('express')
20942094
const fs = require('fs')
@@ -2146,7 +2146,9 @@ npm install pm2 -g
21462146
pm2 start app.js
21472147
```
21482148

2149-
**[[Read More](https://pm2.keymetrics.io/docs/usage/quick-start/)]**
2149+
**Reference:**
2150+
2151+
* *[https://pm2.keymetrics.io/docs/usage/quick-start/](https://pm2.keymetrics.io/docs/usage/quick-start/)*
21502152

21512153
**6. serve-favicon:**
21522154

0 commit comments

Comments
 (0)