Skip to content

Commit 8312b48

Browse files
committed
Update README.md with corrected links for guide and examples
1 parent cf7f3b2 commit 8312b48

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

packages/lib/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Twitter](https://img.shields.io/twitter/follow/playcanvas?label=%40playcanvas&style=flat&colorA=333333&colorB=333333&logo=x&logoColor=ffffff)](https://x.com/playcanvas)
55
![Issues](https://img.shields.io/github/issues/playcanvas/react?style=flat&colorA=333333&colorB=444444)
66

7-
[Docs](https://playcanvas-react.vercel.app) | [Guide](http://localhost:3001/docs/guide/getting-started) | [Examples](http://localhost:3001/examples/)
7+
[Docs](https://playcanvas-react.vercel.app) | [Guide](http://playcanvas-react.vercel.app/docs/guide/getting-started) | [Examples](https://playcanvas-react.vercel.app/examples/)
88

99
A lightweight, library for for creating 3D apps in React that supports Physics, Pointer Events, Gaussian Splats and a built-in Scripts out of the box.
1010

@@ -15,7 +15,7 @@ A lightweight, library for for creating 3D apps in React that supports Physics,
1515
Install with your favorite package manager...
1616

1717
```bash
18-
npm install @playcanvas/react react react-dom playcanvas
18+
npm install @playcanvas/react playcanvas
1919
```
2020
Create a sphere component
2121

@@ -54,10 +54,10 @@ The library is built around the [PlayCanvas engine](https://github.com/playcanva
5454

5555
To find out more, check the [Getting Started](https://playcanvas-react.vercel.app/docs/guide/getting-started) guide for a walk through, or see the [other examples](https://playcanvas-react.vercel.app/examples/) in the Playground.
5656

57-
- [Hello World](http://localhost:3001/examples/hello-world)
58-
- [Loading a 3d model](http://localhost:3001/examples/load-a-3D-model)
59-
- [Interaction](http://localhost:3001/examples/pointer-events)
60-
- [Physics](http://localhost:3001/examples/physics)
57+
- [Hello World](http://playcanvas-react.vercel.app/examples/hello-world)
58+
- [Loading a 3d model](http://playcanvas-react.vercel.app/examples/load-a-3D-model)
59+
- [Interaction](http://playcanvas-react.vercel.app/examples/pointer-events)
60+
- [Physics](http://playcanvas-react.vercel.app/examples/physics)
6161

6262

6363

0 commit comments

Comments
 (0)