Skip to content

Commit e34d35a

Browse files
docs: update external docs (#2130)
Co-authored-by: Create or Update Pull Request Action <create-or-update-pull-request@users.noreply.github.com> Co-authored-by: bjohansebas <103585995+bjohansebas@users.noreply.github.com>
1 parent e4004e1 commit e34d35a

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

_includes/readmes/errorhandler.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![NPM Version][npm-version-image]][npm-url]
44
[![NPM Downloads][npm-downloads-image]][npm-url]
5-
[![Build Status][travis-image]][travis-url]
5+
<a href="https://github.com/expressjs/errorhandler/actions/workflows/ci.yml"><img src="https://github.com/expressjs/errorhandler/actions/workflows/ci.yml/badge.svg"></a>
66
[![Test Coverage][coveralls-image]][coveralls-url]
77

88
Development-only error handler middleware.
@@ -126,5 +126,3 @@ function errorNotification (err, str, req) {
126126
[npm-downloads-image]: https://badgen.net/npm/dm/errorhandler
127127
[npm-url]: https://npmjs.org/package/errorhandler
128128
[npm-version-image]: https://badgen.net/npm/v/errorhandler
129-
[travis-image]: https://badgen.net/travis/expressjs/errorhandler/master
130-
[travis-url]: https://travis-ci.org/expressjs/errorhandler

_includes/readmes/morgan.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,10 @@ The HTTP version of the request.
193193

194194
The HTTP method of the request.
195195

196+
##### :pid
197+
198+
The process ID of the Node.js process handling the request.
199+
196200
##### :referrer
197201

198202
The Referrer header of the request. This will use the standard mis-spelled Referer header if exists, otherwise Referrer.

0 commit comments

Comments
 (0)