From d51d303050bdd2d4d845a1788073242e834bb0e6 Mon Sep 17 00:00:00 2001 From: Abe Pazos Date: Mon, 18 Mar 2024 11:23:56 +0000 Subject: [PATCH] add auto-generated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 252be3b9..eca4c6b2 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ complement [OPENRNDR](https://github.com/openrndr/openrndr). | [`orx-composition`](orx-composition/) | Shape composition library | | [`orx-compositor`](orx-compositor/) | Toolkit to make composite (layered) images using blend modes and filters. | | [`orx-compute-graph`](orx-compute-graph/) | A graph for computation. | -| [`orx-compute-graph-nodes`](orx-compute-graph-nodes/) | A collection of nodes that can be used with `orx-computer-graph`. | +| [`orx-compute-graph-nodes`](orx-compute-graph-nodes/) | A collection of nodes that can be used with `orx-compute-graph`. | | [`orx-delegate-magic`](orx-delegate-magic/) | Collection of magical property delegators. For tracking variable change or interpolate towards the value of a variable. | | [`orx-easing`](orx-easing/) | Easing functions for smooth animation or non-linear interpolation. | | [`orx-envelopes`](orx-envelopes/) | ADSR (Attack, Decay, Sustain, Release) envelopes and tools. |