From 8b8f9139fb8abd70050b9022573b0676c76e3727 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 2 Aug 2020 02:13:02 +0300 Subject: [PATCH] typo fix... Signed-off-by: Alex A. Naanou --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f79e5a5..1262b8c 100644 --- a/README.md +++ b/README.md @@ -435,7 +435,7 @@ The `` will call different sets of callbacks on different stop condition console.log(`### stopped at ${arg}.`) }) ``` -- [`.stop(..)`](./ADVANCED.md#parserstop) when an error is detected +- [`.error(..)`](./ADVANCED.md#parsererror) when an error is detected ```javascript .error(function(reason, arg, rest){ console.log(`### something went wrong when parsing ${arg}.`) })