Skip to content

Commit

Permalink
Merge pull request #14 from AndresCuervo/patch-1
Browse files Browse the repository at this point in the history
Update link to dist in README
  • Loading branch information
caseyyee authored Sep 24, 2017
2 parents 7abc3e9 + a0f3017 commit 8f3f440
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ Works with HTC VIVE and Oculus touch in a WebVR enabled browser and desktop with
````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.7.0/aframe.min.js"></script>

<!-- Include component script into your project along with A-Frame. -->
<script src="https://rawgit.com/caseyyee/aframe-ui-widgets/master/dist/ui-widgets.min.js"></script>
<script src="https://rawgit.com/caseyyee/aframe-ui-widgets/master/dist/aframe-ui-widgets.min.js"></script>
</head>

<body>
Expand Down

0 comments on commit 8f3f440

Please sign in to comment.