0a9f79f20e20

beast: Update site.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Mon, 18 Dec 2017 17:46:23 -0500
parents f17ba5ad52b3
children e5e174afc292
branches/tags (none)
files beast/index.html

Changes

--- a/beast/index.html	Mon Dec 18 17:45:45 2017 -0500
+++ b/beast/index.html	Mon Dec 18 17:46:23 2017 -0500
@@ -15,11 +15,7 @@
 <p>Beast is a <strong>B</strong>asic <strong>E</strong>ntity/<strong>A</strong>spect/<strong>S</strong>ystem <strong>T</strong>oolkit for Common
 Lisp.  It's a thin layer of sugar over CLOS that makes it easy to write flexible
 objects for video games.</p>
-<p>Beast can be installed with <a href="https://quicklisp.org/">Quicklisp</a>:</p>
-<div class="codehilite"><pre><span></span>(ql:quickload :beast)
-</pre></div>
-
-
+<p>Beast can be installed with <a href="https://quicklisp.org/">Quicklisp</a>: <code>(ql:quickload :beast)</code></p>
 <p>Check out the <a href="./overview/">Overview</a> for a three-minute description of what
 this is, or the <a href="./usage/">Usage</a> for a full rundown.</p>
 <ul>