From 5c99dd8d545960f94edfff27aa00ec3ef7761f03 Mon Sep 17 00:00:00 2001 From: Junior Rojas Date: Sat, 8 Feb 2025 09:23:00 -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 f7730ea2..76cee9bf 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ The code above imports the ES6 module `algovivo.min.mjs` and loads the compiled ### muscle commands -Muscle commands can be specified with `system.a.set([...])`. A value of 1 means that the muscle is relaxed and wants to keep its original rest length. Values less than 1 indicate that the muscle wants to contract to some fraction of its original rest length. +Muscle commands can be specified with `system.a.set([...])`. The array length must match the number of muscles. A value of 1 means that the muscle is relaxed and wants to keep its original rest length. Values less than 1 indicate that the muscle wants to contract to some fraction of its original rest length. | `system.a.set([0.3, 1])` | `system.a.set([1, 0.3])` | `system.a.set([0.3, 0.3])` | | ------------- |-------------| -----|