From a2df3aeea73e39482eeb7d2fe445ac7120231593 Mon Sep 17 00:00:00 2001 From: Mikael Finstad Date: Tue, 27 Aug 2024 18:23:26 +0200 Subject: [PATCH] Fix usage description (#97) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index e574422..e170e7e 100644 --- a/readme.md +++ b/readme.md @@ -2,7 +2,7 @@ > Serialize/deserialize an error into a plain object -Useful if you for example need to `JSON.stringify()` or `process.send()` the error. +Useful if you for example need to `process.send()` the error. ## Install