From 44b4fac08f780ef1c223006f0cd372a737fa9cf8 Mon Sep 17 00:00:00 2001 From: krzysdz <12915102+krzysdz@users.noreply.github.com> Date: Sat, 30 May 2026 00:12:41 +0200 Subject: [PATCH] Update outdated reference to MDN docs The fragment pointed to a section that no longer exists. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d7149004..335743d2 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ to `'100kb'`. The `reviver` option is passed directly to `JSON.parse` as the second argument. You can find more information on this argument -[in the MDN documentation about JSON.parse](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/parse#Example.3A_Using_the_reviver_parameter). +[in the MDN documentation about JSON.parse](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/parse#the_reviver_parameter). ##### strict