diff --git a/README.md b/README.md
index e4560f7..5ab254a 100644
--- a/README.md
+++ b/README.md
@@ -1,21 +1,19 @@
# VR180 Web Player
A web-based video player for 180 degree, 3D video.
-Got an immersive video you want people to see with the Apple Vision Pro or Meta Quest headsets? You could build an app and deal with corporate policies and rejections. You can put it on YouTube but it will be limited to 4k and Meta headsets. Or, now, you can use this web player and put it on your website.
+Got an immersive video you want people to see with the Apple Vision Pro or Meta Quest headsets? You could build an app and deal with app stores. You could jump through some hoops to put it on YouTube but it will be limited to Meta headsets. Or you can use this web player and put it on your website.
## How to use it
Add the player script `` before the closing body tag and use this HTML snippet:
```
-
-
-
-
+
+
```
-When VR is available, the page will display a button (and anything else you include inside `
`) to begin the immersive experience.
+This creates a button on your page. When VR is available, the button will be active and clicking it will begin the immersive experience.
@@ -38,8 +36,8 @@ Tapping anywhere will bring up the controls. Without interaction they will go aw
- Exit VR
## Future
-I'm not a developer. I used Google's Gemini to help create this and give me the ability to post immersive videos on my website. I'm unlikely to be able to help you if you run into problems, want to customize this, or add new features. I'm releasing this with the [unlicense](https://unlicense.org/) so you're free to do anything at all with it. That said, if you have ideas or want to contribute code, I'd love to [hear](mailto:hello@michaelverdi.com) from you.
+I'm not a developer. I used AI to help create this and give me the ability to post immersive videos on my website. I'm unlikely to be able to help you if you run into problems, want to customize this, or add new features. I'm releasing this with the [unlicense](https://unlicense.org/) so you're free to do anything at all with it. That said, if you have ideas or want to contribute code, I'd love to [hear](mailto:hello@michaelverdi.com) from you.
## Demo
**Test it out in a headset!**
-Open [https://exp.michaelverdi.com/vr180web](https://exp.michaelverdi.com/vr180web) in browser on your headset and then click the Enter VR button.
+Open [https://verdi.github.io/VR180-Web-Player/](https://verdi.github.io/VR180-Web-Player/) in a browser on your headset and then click the Enter VR button.
diff --git a/index.html b/index.html
index 51c6195..e201e0b 100644
--- a/index.html
+++ b/index.html
@@ -4,14 +4,34 @@
VR180 Web Player
+
+
+
VR180 Web Player
+
This is a web-based player for 180° stereoscopic video.