Skip to content

Commit

Permalink
docs: rebuild docs
Browse files Browse the repository at this point in the history
  • Loading branch information
srackham committed Jun 7, 2022
1 parent 86cbadb commit 51f765a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -511,13 +511,13 @@ <h2 id="installing-and-using-rimu">Installing and using Rimu</h2>
<p><strong>Deno</strong></p>
<p>Deno modules don't need explicit installation just import the module
URL, for example:</p>
<pre class="javascript"><code>import * as rimu from "https://deno.land/x/rimu@11.2.0/mod.ts";
<pre class="javascript"><code>import * as rimu from "https://deno.land/x/rimu@11.3.0/mod.ts";

console.log(rimu.render("Hello *Rimu*!"));</code></pre>
<p>Use the Deno <code>install</code> command to install the Rimu CLI executable.
The following example creates the CLI executable named <code>rimudeno</code>
in <code>$HOME/.deno/bin/rimudeno</code>:</p>
<pre><code>deno install -A --name rimudeno https://deno.land/x/rimu@11.2.0/src/deno/rimuc.ts</code></pre>
<pre><code>deno install -A --name rimudeno https://deno.land/x/rimu@11.3.0/src/deno/rimuc.ts</code></pre>
<p><strong>Browser</strong></p>
<p>Rimu builds JavaScript ES module files in the <code>./lib/esm</code> directory along with a
bundled version <code>./lib/esm/rimu.min.js</code>. The <code>rimu.min.js</code> ES module file was
Expand Down

0 comments on commit 51f765a

Please sign in to comment.