From 84ae399f963e1baa62a9197dd89c13d30b0c5b8b Mon Sep 17 00:00:00 2001 From: Tibor Udvari Date: Thu, 19 Sep 2024 16:38:28 +0200 Subject: [PATCH] docs: download link update --- README.md | 2 +- docs/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e1f9e12..99e960b 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ p5.xr sketches can be run with [p5's online editor.](https://editor.p5js.org/) A 3. Add p5.xr to your project. This can be done most easily by adding the script link to a CDN in the `` of your HTML file underneath the p5 link: ``` - + ``` 4. Change the `createCanvas()` call in your p5 WEBGL sketch to `createVRCanvas()` and put it in `preload()` -or- 5. [Try out one of the Examples](https://stalgiag.github.io/p5.xr/#/quick-start/examples)! diff --git a/docs/README.md b/docs/README.md index 3f8b705..c17fda8 100644 --- a/docs/README.md +++ b/docs/README.md @@ -20,7 +20,7 @@ p5.xr sketches can be run with [p5's online editor.](https://editor.p5js.org/) A 3. Add p5.xr to your project. This can be done most easily by adding the script link to a CDN in the `` of your HTML file underneath the p5 link: ``` - + ``` 4. Change the `createCanvas()` call in your p5 WEBGL sketch to `createVRCanvas()` and put it in `preload()` -or- 5. [Try out one of the Examples](https://stalgiag.github.io/p5.xr/#/quick-start/examples)!