Skip to content

Commit f9f05e4

Browse files
committed
Update aframe-extras version
1 parent e4ae1d9 commit f9f05e4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ Install and use by directly by including the [browser files](dist):
5555
```html
5656
<head>
5757
<title>Most Basic Super-Hands Example</title>
58-
<script src="https://aframe.io/releases/1.4.0/aframe.min.js"></script>
58+
<script src="https://aframe.io/releases/1.4.2/aframe.min.js"></script>
5959
<script src="https://cdn.jsdelivr.net/gh/donmccurdy/[email protected]/dist/aframe-extras.misc.min.js"></script>
60-
<script src="https://unpkg.com/super-hands@^3.0.3/dist/super-hands.min.js"></script>
60+
<script src="https://unpkg.com/super-hands@^3.0.4/dist/super-hands.min.js"></script>
6161
</head>
6262

6363
<body>
@@ -74,7 +74,7 @@ Install and use by directly by including the [browser files](dist):
7474
</body>
7575
```
7676

77-
To use with A-Frame 1.5.0 and onward:
77+
To use with A-Frame 1.5.0 and onward:
7878

7979
```html
8080
<head>
@@ -83,8 +83,8 @@ To use with A-Frame 1.5.0 and onward:
8383
<script>
8484
delete AFRAME.components["grabbable"];
8585
</script>
86-
<script src="https://cdn.jsdelivr.net/gh/donmccurdy/aframe-extras@v6.1.1/dist/aframe-extras.misc.min.js"></script>
87-
<script src="https://unpkg.com/super-hands@^3.0.3/dist/super-hands.min.js"></script>
86+
<script src="https://cdn.jsdelivr.net/gh/c-frame/aframe-extras@7.5.x/dist/aframe-extras.min.js"></script></script>
87+
<script src="https://unpkg.com/super-hands@^3.0.4/dist/super-hands.min.js"></script>
8888
</head>
8989

9090
<body>

0 commit comments

Comments
 (0)