From bb5b2379faed6984334a0a2fcd94ec40f5d9d2ff Mon Sep 17 00:00:00 2001 From: David Botton Date: Tue, 2 Feb 2021 09:39:28 -0500 Subject: [PATCH] patch from Devon7 --- README.md | 4 ++-- clog-docs.lisp | 2 +- doc/clog-manual.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 143025a..030436f 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ have Quicklisp configured): ``` 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: @@ -76,7 +76,7 @@ You can the run the demos with (currently 1 or 2): ``` CL-USER> (ql:quickload :clog) -CL-USER> (clog-user:run-demo 1) +CL-USER> (clog:run-demo 1) ``` To open a browser with the CLOG manual: diff --git a/clog-docs.lisp b/clog-docs.lisp index 96aae19..1fd859e 100644 --- a/clog-docs.lisp +++ b/clog-docs.lisp @@ -136,7 +136,7 @@ Boot file for path / : /boot.html NIL ``` -At this point our CLOG app doese very little. To see our CLOG app so far go to +At this point our CLOG app does very little. To see our CLOG app so far go to http://127.0.0.1:8008 or in most common-list configurations you can use: ```lisp diff --git a/doc/clog-manual.html b/doc/clog-manual.html index 7c29749..f2e2b02 100644 --- a/doc/clog-manual.html +++ b/doc/clog-manual.html @@ -187,7 +187,7 @@ HTML Root : /Users/dbotton/common-lisp/clog/static-files/ Boot file for path / : /boot.html NIL -

At this point our CLOG app doese very little. To see our CLOG app so far go to +

At this point our CLOG app does very little. To see our CLOG app so far go to http://127.0.0.1:8008 or in most common-list configurations you can use:

CL-USER> (clog:open-browser)