Skip to content

Commit ab1663e

Browse files
committed
Update README
1 parent ac21232 commit ab1663e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[![Medium](https://img.shields.io/badge/%E2%80%8B-medium-brightgreen.svg?logo=medium)](https://medium.com/@ehmicky)
1111

1212
[`modern-errors`](https://github.com/ehmicky/modern-errors)
13-
[plugin](https://github.com/ehmicky/modern-errors#plugins-1) to handle process
13+
[plugin](https://github.com/ehmicky/modern-errors#-plugins) to handle process
1414
errors.
1515

1616
This improves process errors:
@@ -27,7 +27,7 @@ and [warnings](https://nodejs.org/api/process.html#process_event_warning).
2727
[`rejectionHandled`](https://nodejs.org/api/process.html#process_event_rejectionhandled)
2828
- [Single event handler](#onerror) for all process errors
2929
- Set any process error's class to
30-
[`UnknownError`](https://github.com/ehmicky/modern-errors/README.md#unknown-errors)
30+
[`UnknownError`](https://github.com/ehmicky/modern-errors/README.md#-unknown-errors)
3131
- Ignore [duplicate](#onerror) process errors
3232
- [Normalize](#error) invalid errors
3333
- [Process exit](#exit) is graceful and can be prevented
@@ -137,11 +137,11 @@ Function called once per process error. Duplicate process errors are ignored.
137137
#### error
138138

139139
_Type_:
140-
[`UnknownError`](https://github.com/ehmicky/modern-errors/README.md#unknown-errors)
140+
[`UnknownError`](https://github.com/ehmicky/modern-errors/README.md#-unknown-errors)
141141

142142
The process error. This is guaranteed to be a
143143
[normalized](https://github.com/ehmicky/normalize-exception)
144-
[`UnknownError`](https://github.com/ehmicky/modern-errors/README.md#unknown-errors)
144+
[`UnknownError`](https://github.com/ehmicky/modern-errors/README.md#-unknown-errors)
145145
instance. A short description of the [event](#event) is also appended to its
146146
message.
147147

0 commit comments

Comments
 (0)