From c941a57220ea847ca5ad7e912a4735ffd7099433 Mon Sep 17 00:00:00 2001 From: Andy McHugh <144024509+andymchugh@users.noreply.github.com> Date: Sun, 22 Sep 2024 22:22:40 +0100 Subject: [PATCH] Update README.md --- src/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/README.md b/src/README.md index bfeb6ad..eb51325 100644 --- a/src/README.md +++ b/src/README.md @@ -162,8 +162,8 @@ This panel demonstrates the bespoke drive in the following ways: - Bottom Left Range Ring - scales with data around the center with aligned label again driven from a bespokeDataRef as shown by the value aliasing. label. - Middle Clocks - Hands rotate around the centre demonstrating namespacing alongside normal stroke color drives. The second clock leverages the same formulas as the first clock but with different data, courtesy of dataRef name setup in the per-clock constants. - Middle Bottom Arrow - Shows head (aka direction) configurability based off of data. -- Left 'column of rects' - Shows all the normal drives being drive from bespokeDataRefs as defined at the drive level. -- Right 'column of rects' - Shows all the normal drives being drive from bespokeDataRefs as defined at the cell level. +- Left 'column of rects' - Shows all the normal drives being driven from bespokeDataRefs as defined at the drive level. +- Right 'column of rects' - Shows all the normal drives being driven from bespokeDataRefs as defined at the cell level. - Right Propeller - Shows two paths, one for each blade, rotating around a set origin, both with coherent fillLevel drives. ## Want to make changes?