correct package name

This commit is contained in:
David Botton 2021-11-14 09:52:46 -05:00
parent 9eef46f8d6
commit b50e33e750

View file

@ -74,7 +74,7 @@ have Quicklisp configured):
``` ```
CL-USER> (ql:quickload :clog) CL-USER> (ql:quickload :clog)
CL-USER> (clog-user:run-tutorial 1) CL-USER> (clog:run-tutorial 1)
``` ```
To see where the source files are: To see where the source files are: