README [skip ci]

This commit is contained in:
Michiel Borkent 2022-02-25 18:01:49 +01:00
parent 86247bb72b
commit 55196ae504
2 changed files with 7 additions and 11 deletions

View file

@ -2,6 +2,8 @@
The [Small Clojure Interpreter](https://github.com/babashka/sci) exposed for usage in script tags.
Try it out on [CodePen](https://codepen.io/Prestance/pen/PoOdZQw)!
See [Github pages](https://babashka.org/scittle/) for usage.
See

View file

@ -66,21 +66,15 @@
<h2>What is this?</h2>
<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>
<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>
<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
where <tt>type</tt> is set
to <tt>application/x-scittle</tt>.