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)!