From 7b9a3827aeef188d9bf8b402853f83eed27046d2 Mon Sep 17 00:00:00 2001 From: Daniel Howe Date: Mon, 29 Jan 2024 15:25:56 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 701ce3c..8133737 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## RiScript: a scripting language for writers -RiScript is a micro-language designed for writers working in computational media. It runs in a variety of environments, including the browser, Node, Observable, P5.js, Android and others. RiScript primitives (choices, symbols, gates, transforms, etc.) can be used as part of any RiScript [grammar](https://rednoise.org/rita/reference/RiScript/grammar/) or executed directly using [evaluate()](https://rednoise.org/rita/reference/RiScript/grammar/). For more info, see this interactive [notebook](https://observablehq.com/@dhowe/riscript). RiScript is free/libre/open-source and integrates with [RiTa](https://rednoise.org/rita). +RiScript is a minor language designed for writers working in computational media. It runs in a variety of environments, including the browser, Node, Observable, P5.js, Android and others. RiScript primitives (choices, symbols, gates, transforms, etc.) can be used as part of any RiScript [grammar](https://rednoise.org/rita/reference/RiScript/grammar/) or executed directly using [evaluate()](https://rednoise.org/rita/reference/RiScript/grammar/). For more info, see this interactive [notebook](https://observablehq.com/@dhowe/riscript). RiScript is free/libre/open-source and integrates with [RiTa](https://rednoise.org/rita). ### Installation