From f83f76bd6a9664fe566cc91582de8f2bfab0ab50 Mon Sep 17 00:00:00 2001 From: Timothy Hale <83727307+timothyhale@users.noreply.github.com> Date: Wed, 28 Feb 2024 16:57:52 +0100 Subject: [PATCH] Update README.md Co-authored-by: Jonathan Hale --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87691da..ddd68c0 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ onClick() { const position = new Float32Array(3); this.object.getPositionWorld(position); - // Play's from specified position relative to audio-listener + // Plays from specified position relative to audio-listener this.audio.play(position); }