From a0cdcb748c888e0312aea4f36430869a697a9e63 Mon Sep 17 00:00:00 2001 From: Logan Hunt Date: Sat, 4 Jun 2022 15:36:02 -0700 Subject: [PATCH] Update README.org --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index d8a2632..0e34033 100644 --- a/README.org +++ b/README.org @@ -9,5 +9,5 @@ Showcase of features on [[https://youtu.be/WJgRw6Mvdl4][YouTube]] + [[https://www.sqlite.org/download.html][SQLite]] * Running Interactively 1. Load the package ~sbcl --load lispruns.asd~ -2. load it with quicklisp: ~(ql:quickload 'lispruns)~ +2. Load it with quicklisp: ~(ql:quickload 'lispruns)~ 3. ~(main)~