summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthegoofist <49315797+thegoofist@users.noreply.github.com>2019-08-12 16:54:31 -0500
committerGitHub <noreply@github.com>2019-08-12 16:54:31 -0500
commit8e2aa9a8f079e92fdc8ecf97f5bac204fa706439 (patch)
tree9700b27a637962063db6898159f4614350e105e7
parent3caa326bc6f6cc3835037d2ded64add4351bbbc6 (diff)
Update README.org
-rw-r--r--README.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.org b/README.org
index 53e2a49..19df989 100644
--- a/README.org
+++ b/README.org
@@ -2,7 +2,7 @@
* parzival
The quest of =parzival= is to make it fun and easy to build parsers that
- consume streams and return common lisp values. E.g. A [JSON](https://github.com/thegoofist/parzival/blob/master/examples/json-parzival.lisp) parser or an HTTP
+ consume streams and return common lisp values. E.g. A [[https://github.com/thegoofist/parzival/blob/master/examples/json-parzival.lisp][JSON]] parser or an HTTP
parser could both be written extremely succinctly in parzival.
In =parzival=, a *parser is a function* that accepts a *stream* and returns