Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ngokevin committed Feb 10, 2017
1 parent bf8b8f9 commit 110055d
Show file tree
Hide file tree
Showing 19 changed files with 41,719 additions and 31,595 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ scene**](http://codepen.io/team/mozvr/pen/BjygdO?editors=100).
<html>
<head>
<title>My A-Frame Scene</title>
<script src="https://aframe.io/releases/0.4.0/aframe.min.js"></script>
<script src="https://aframe.io/releases/0.5.0/aframe.min.js"></script>
</head>
<body>
<a-scene>
Expand All @@ -73,11 +73,11 @@ scene**](http://codepen.io/team/mozvr/pen/BjygdO?editors=100).

### Builds

To use the latest stable build of A-Frame, include [`aframe.min.js`](https://aframe.io/releases/0.4.0/aframe.min.js):
To use the latest stable build of A-Frame, include [`aframe.min.js`](https://aframe.io/releases/0.5.0/aframe.min.js):

```js
<head>
<script src="https://aframe.io/releases/0.4.0/aframe.min.js"></script>
<script src="https://aframe.io/releases/0.5.0/aframe.min.js"></script>
</head>
```

Expand Down
Loading

0 comments on commit 110055d

Please sign in to comment.