forked from chenzlabs/stats-in-vr
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
698ad58
commit 0553307
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
I've wanted this for a while, but I googled, found this, and then found what looked like a [promising pull request](https://github.com/chenzlabs/stats-in-vr/pull/1 | ||
). It hadn't been touched in 5 years, so I've spent some time updating it, improving it, making it faster, lighter, and adding features. | ||
|
||
You can access it through jsdelivr's cdn here: https://cdn.jsdelivr.net/gh/kylebakerio/[email protected].0/stats-in-vr.js | ||
You can access it through jsdelivr's cdn here: https://cdn.jsdelivr.net/gh/kylebakerio/[email protected].3/stats-in-vr.js | ||
|
||
stats-in-vr component for [A-Frame](https://aframe.io). | ||
|
||
|
@@ -36,7 +36,7 @@ stats-in-vr component for [A-Frame](https://aframe.io). | |
|
||
#### Browser | ||
|
||
Install and use by directly including the [browser file](https://cdn.jsdelivr.net/gh/kylebakerio/[email protected].0/stats-in-vr.js): | ||
Install and use by directly including the [browser file](https://cdn.jsdelivr.net/gh/kylebakerio/[email protected].3/stats-in-vr.js): | ||
|
||
```html | ||
<head> | ||
|