3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-11-26 05:49:27 +01:00

README.md: fix link

This commit is contained in:
Pragmatic Software 2020-02-13 18:48:02 -08:00
parent 1c2f1daef1
commit c8924e7552

View File

@ -271,7 +271,7 @@ For more information, see the [Modules documentation](doc/Modules.md).
Functions are commands that accept input, manipulate it and then output the result. They are extremely Functions are commands that accept input, manipulate it and then output the result. They are extremely
useful with [piping](#piping) or [command substituting](#substitution). useful with [piping](#piping) or [command substituting](#substitution).
For example, the `uri_escape` function demonstrated in the [Substitutions](#substitutions) section earlier For example, the `uri_escape` function demonstrated in the [Substitution](#substitution) section earlier
makes text safe for use in a URL. makes text safe for use in a URL.
<pragma-> uri_escape thing's & words <pragma-> uri_escape thing's & words