From 6e604edc77d83b0696ad891dc3afff8209e1e69b Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Fri, 10 Jul 2020 00:20:09 -0500 Subject: updated example in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46d7787..b5616a1 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ apears at the end of the document, following the tutorial. (zip! (range) (file-lines file)))) -> (for (idx line) (grepper "defun" "/home/colony/projects/gtwiwtg/examples.lisp") +> (for (idx line) (grepper "defun" "examples.lisp") (format t "~4a: ~a~%" idx line)) -- cgit v1.2.3