diff --git a/README.md b/README.md index 8beb12f..764fed7 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/resources/public/index.html b/resources/public/index.html index 276a01a..35b4bb4 100644 --- a/resources/public/index.html +++ b/resources/public/index.html @@ -66,21 +66,15 @@

What is this?

This project exposes the Small Clojure Interpreter in the browser in such a way that you can use it with the script tag.

-

Project status

-

- This project is still experimental and breaking changes may - happen. Feedback is welcome - on Github.

-

- To use scittle on your own site, it is recommended to use the links - published to - the releases - page. -

Usage

+ To embed scittle in your website, it is recommended to use the links + published to + the releases + page. + Include scittle.js and write a script tag where type is set to application/x-scittle.