README [skip ci]
This commit is contained in:
parent
86247bb72b
commit
55196ae504
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
The [Small Clojure Interpreter](https://github.com/babashka/sci) exposed for usage in script tags.
|
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 [Github pages](https://babashka.org/scittle/) for usage.
|
||||||
|
|
||||||
See
|
See
|
||||||
|
|
|
@ -66,21 +66,15 @@
|
||||||
<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>.
|
||||||
|
|
Loading…
Reference in a new issue