patch from Devon7

This commit is contained in:
David Botton 2021-02-02 09:39:28 -05:00
parent c2789b85e2
commit bb5b2379fa
3 changed files with 4 additions and 4 deletions

View file

@ -63,7 +63,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:
@ -76,7 +76,7 @@ You can the run the demos with (currently 1 or 2):
``` ```
CL-USER> (ql:quickload :clog) 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: To open a browser with the CLOG manual:

View file

@ -136,7 +136,7 @@ Boot file for path / : /boot.html
NIL 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: http://127.0.0.1:8008 or in most common-list configurations you can use:
```lisp ```lisp

View file

@ -187,7 +187,7 @@ HTML Root : /Users/dbotton/common-lisp/clog/static-files/
Boot file for path / : /boot.html Boot file for path / : /boot.html
NIL</span></code></pre> NIL</span></code></pre>
<p>At this point our <code>CLOG</code> app doese very little. To see our <code>CLOG</code> app so far go to <p>At this point our <code>CLOG</code> app does very little. To see our <code>CLOG</code> app so far go to
http://127.0.0.1:8008 or in most common-list configurations you can use:</p> http://127.0.0.1:8008 or in most common-list configurations you can use:</p>
<pre><code><span class="code">CL-USER&gt; <span class="paren1">(<span class="code">clog:open-browser</span>)</span></span></code></pre> <pre><code><span class="code">CL-USER&gt; <span class="paren1">(<span class="code">clog:open-browser</span>)</span></span></code></pre>