Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix link about extending syntax.
  • Loading branch information
lthibault authored Nov 17, 2022
1 parent 49571f7 commit 5b40461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down

0 comments on commit 5b40461

Please sign in to comment.