Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dhowe authored Jan 29, 2024
1 parent eb7e7d1 commit 68cae68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ console.log(grammar.expand());

## RiScript

RiScript is a minor language designed for writers working in computational media. RiScript primitives -- choices, symbols, gates, transforms, etc. -- can be used as part of any RiTa [grammar](https://rednoise.org/rita/reference/RiTa/grammar/) or executed directly using [RiTa.evaluate](https://rednoise.org/rita/reference/RiTa/evaluate/). For more info, see [this interactive notebook](https://observablehq.com/@dhowe/riscript) on observable.
RiScript is a minor language designed for writers working in computational media. RiScript primitives: choices, symbols, gates, transforms, etc. can be used as part of any RiTa [grammar](https://rednoise.org/rita/reference/RiTa/grammar/) or executed directly using [RiTa.evaluate](https://rednoise.org/rita/reference/RiTa/evaluate/). For more info, see [this interactive notebook](https://observablehq.com/@dhowe/riscript) on observable.

<br>

Expand Down Expand Up @@ -236,7 +236,7 @@ Create a new file on your desktop called 'test.html' with the following lines, s
</script>
</html>
```
<small>If you already have a sketch, simply add `<script src="https://unpkg.com/rita"></script>` to your index.html to include RiTa.</small>
If you already have a sketch, simply add `<script src="https://unpkg.com/rita"></script>` to your index.html to include RiTa.


#### With [node.js](https://nodejs.org/) and [npm](https://www.npmjs.com/)
Expand Down

0 comments on commit 68cae68

Please sign in to comment.