--- 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>