Skip to content

Commit 30bfa15

Browse files
authored
Merge pull request #186 from jgbarah/patch-2
[README.md] Update example
2 parents 8747cce + 402e0f5 commit 30bfa15

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)