summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Okay <cbeok@protonmail.com>2020-04-12 13:48:33 -0500
committerColin Okay <cbeok@protonmail.com>2020-04-12 13:48:33 -0500
commit54ef264d69d05f6df8f5da64f3f0f67251464772 (patch)
treeb62e2bd8eb7d99f440f397a4715dbf6cfd23bf4f
parent6922ca5e2d7d9923fb6f2f0ea46b19b70daef194 (diff)
typo
-rw-r--r--README.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.org b/README.org
index a68c4c0..de200b5 100644
--- a/README.org
+++ b/README.org
@@ -11,11 +11,11 @@ git clone https://github.com/cbeo/granolin granolin
#+END_SRC
-2. fire up lisp and load the posterbot, make a new instance, log in, and start
+2. fire up lisp and load the posterbot system, make a new instance, log in, and start
#+BEGIN_SRC lisp
-(quicklisp:load :posterbot)
+(ql:quickload :posterbot)
(in-package :posterbot)