File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ A simple way of setting up a whole basic environment for your
5
5
6
6
![ gif] ( https://github.com/feiss/aframe-environment-component/blob/master/assets/aframeenvironment.gif?raw=true )
7
7
8
- Make sure you are using __ A-Frame 1.3 .0__ or later. Then just include ` aframe-environment-component.js ` in your HTML:
8
+ Make sure you are using __ A-Frame 1.7 .0__ or later. Then just include ` aframe-environment-component.js ` in your HTML:
9
9
10
10
``` html
11
- <script src =" https://unpkg.com/aframe-environment-component@1.3.3 /dist/aframe-environment-component.min.js" ></script >
11
+ <script src =" https://unpkg.com/aframe-environment-component@1.4.x /dist/aframe-environment-component.min.js" ></script >
12
12
```
13
13
14
14
and add the ` environment ` component to an entity:
You can’t perform that action at this time.
0 commit comments