update build

This commit is contained in:
Michiel Borkent 2022-02-25 18:05:50 +01:00
parent 988a0565b4
commit e94cc93f4a

View file

@ -65,22 +65,16 @@
<h1>Scittle</h1> <h1>Scittle</h1>
<h2>What is this?</h2> <h2>What is this?</h2>
<p>This project exposes the <a href="https://github.com/babashka/sci">Small Clojure Interpreter</a> in the <p>This project exposes the <a href="https://github.com/babashka/sci">Small Clojure Interpreter</a> in the
browser in such a way that you can use it with the <tt>script</tt> tag.</p> browser in such a way that you can use it with the <tt>script</tt> tag.</p>
<h2>Project status</h2>
<p>
This project is still experimental and breaking changes may
happen. Feedback is welcome
on <a href="https://github.com/babashka/scittle">Github</a>.</p>
<p>
To use scittle on your own site, it is recommended to use the links
published to
the <a href="https://github.com/babashka/scittle/releases/tag/v0.1.2">releases
page</a>.
</p>
<a name="usage"></a> <a name="usage"></a>
<h2><a href="#usage">Usage</a></h2> <h2><a href="#usage">Usage</a></h2>
To embed scittle in your website, it is recommended to use the links
published to
the <a href="https://github.com/babashka/scittle/releases/tag/v0.1.2">releases
page</a>.
Include <tt>scittle.js</tt> and write a <tt>script</tt> tag Include <tt>scittle.js</tt> and write a <tt>script</tt> tag
where <tt>type</tt> is set where <tt>type</tt> is set
to <tt>application/x-scittle</tt>. to <tt>application/x-scittle</tt>.
@ -127,6 +121,7 @@
<a name="examples"></a> <a name="examples"></a>
<h2><a href="#examples">Examples</a></h2> <h2><a href="#examples">Examples</a></h2>
<ul> <ul>
<li>Scittle on <a href="https://codepen.io/Prestance/pen/PoOdZQw">CodePen</a></li>
<li><a href="tictactoe.html">Tic-tac-toe</a></li> <li><a href="tictactoe.html">Tic-tac-toe</a></li>
<li><a href="bookmarklet.html">Bookmarklet</a></li> <li><a href="bookmarklet.html">Bookmarklet</a></li>
<li><a href="wordle.html">Wordle</a></li> <li><a href="wordle.html">Wordle</a></li>