From 5b40461dee295e2b5bc40bf53db9eb4cfba806eb Mon Sep 17 00:00:00 2001 From: Louis Thibault <9452561+lthibault@users.noreply.github.com> Date: Thu, 17 Nov 2022 12:05:28 -0500 Subject: [PATCH] Update README.md Fix link about extending syntax. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 027470b..1265f10 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ We hope that you will find Slurp to be powerful, useful and fun to use. We look 3. unicode literals (e.g., `\u00A5` for `¥` etc.) * Full interoperability with Go: call native Go functions/libraries, and manipulate native Go datatypes from your language. * Support for macros. -* Easy to extend. See [Extending](#extending). +* Easy to extend. See [Wiki](https://github.com/spy16/slurp/wiki/Customizing-Syntax). * Tiny & powerful REPL package. * Zero dependencies (outside of tests).