Skip to content

Commit 402e0f5

Browse files
authored
[README.md] Update example
Current example does not work, but it is easy to fix, see #184. This patch just fixes it. Signed-off-by: Jesus M. Gonzalez-Barahona <[email protected]>
1 parent 8747cce commit 402e0f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ Install and use by directly by including the [browser files](dist):
6666
<a-assets></a-assets>
6767
<a-entity>
6868
<a-camera></a-camera>
69-
<a-entity sphere-collider="objects: a-box" super-hands hand-controls="left"></a-entity>
70-
<a-entity sphere-collider="objects: a-box" super-hands hand-controls="right"></a-entity>
69+
<a-entity sphere-collider="objects: a-box" super-hands hand-controls="hand: left"></a-entity>
70+
<a-entity sphere-collider="objects: a-box" super-hands hand-controls="hand: right"></a-entity>
7171
</a-entity>
7272
<!-- hover & drag-drop won't have any obvious effect without some additional event handlers or components. See the examples page for more -->
7373
<a-box hoverable grabbable stretchable draggable dropppable color="blue" position="0 0 -1"></a-box>

0 commit comments

Comments
 (0)