Skip to content

Commit

Permalink
Fix error in Readme example (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
haraldreingruber-dedalus authored Sep 18, 2024
1 parent f93294e commit 4a3c5a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4a3c5a8

Please sign in to comment.