From 4a3c5a874b65b2878f5a70da115c92776e50d53e Mon Sep 17 00:00:00 2001 From: Harald Reingruber <74898239+haraldreingruber-dedalus@users.noreply.github.com> Date: Wed, 18 Sep 2024 15:13:27 +0200 Subject: [PATCH] Fix error in Readme example (#42) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f7a8f4..550dd34 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ npm install prosthetic-hand import Hand from 'prosthetic-hand'; const hand = new Hand(); -const finger = h.growFinger('pointer', { pointerType: 'touch', pressure: 0.9 }); +const finger = hand.growFinger('pointer', { pointerType: 'touch', pressure: 0.9 }); finger .wait(500)