From dbe6e5b1d9b5b0b83b255b8f1d4c93731e4a947a Mon Sep 17 00:00:00 2001 From: Michael Verdi Date: Thu, 19 Feb 2026 11:21:45 -0600 Subject: [PATCH] Update README.md Added jsdelivr.net CDN links --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 16844de..063621c 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,9 @@ 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? Now you can put it on your website just like any other video! People will see the immersive 3D video if they have a capable headset or they'll get a 2D version on other devices. ## How to use it -1. Drop the `vr180player` directory in the root level of your website. -2. Link to the player CSS file ``. -3. Add the player script `` before the closing body tag. -4. And use this HTML snippet to embed your video: +1. Link to the player CSS file ``. +2. Add the player script `` before the closing body tag. +3. And use this HTML snippet to embed your video: ```