Skip to content

Commit

Permalink
updated readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelthatsit committed Feb 15, 2024
1 parent f98e766 commit 021e07e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ MRjs is a mixed-reality-first, WebXR user interface library meant to bootstrap s

### Via a script tag in the `<head>` of your HTML file:

For the latest stable version:

```html
<head>
Expand All @@ -26,6 +28,17 @@ MRjs is a mixed-reality-first, WebXR user interface library meant to bootstrap s
</head>
```

for the daily build. No guarantee of stability.

```html
<head>
<script src="https://cdn.jsdelivr.net/gh/volumetrics-io/mrjs/dist/mr.js"></script>
</head>
```


### Via NPM:

```sh
Expand Down

0 comments on commit 021e07e

Please sign in to comment.