We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9c8f75 commit 21eb8bcCopy full SHA for 21eb8bc
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# 1.1.0
2
+
3
+## Documentation
4
5
+Improve `README`
6
7
# 1.0.0
8
9
Initial release.
README.md
@@ -42,9 +42,10 @@ import modernErrors from 'modern-errors'
42
import modernErrorsProcess from 'modern-errors-process'
43
44
export const AnyError = modernErrors([modernErrorsProcess])
45
+// ...
46
```
47
-Initializing the process error handler.
48
+[Initializing](#anyerrorlogprocess) the process error handler.
49
50
```js
51
AnyError.logProcess()
0 commit comments