summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorthegoofist <49315797+thegoofist@users.noreply.github.com>2019-08-12 16:53:55 -0500
committerGitHub <noreply@github.com>2019-08-12 16:53:55 -0500
commit3caa326bc6f6cc3835037d2ded64add4351bbbc6 (patch)
tree38c78169d388eb53a442a1a190970a2c395b3d2d /README.org
parentc3b8d7d3ac67a8b71e1eed8645eedfa055cfb87a (diff)
Update README.org
Diffstat (limited to 'README.org')
-rw-r--r--README.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.org b/README.org
index ffe9743..53e2a49 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 parser or an HTTP
+ 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
parser could both be written extremely succinctly in parzival.
In =parzival=, a *parser is a function* that accepts a *stream* and returns