diff --git a/readme.md b/readme.md index ca3999d9aa..5888dae7f7 100644 --- a/readme.md +++ b/readme.md @@ -205,7 +205,7 @@ You need to be versed in both React and Threejs before rushing into this. If you 1. Make sure you have a [basic grasp of Threejs](https://threejs.org/docs/index.html#manual/en/introduction/Creating-a-scene). Keep that site open. 2. When you know what a scene is, a camera, mesh, geometry, material, fork the [demo above](https://github.com/pmndrs/react-three-fiber#what-does-it-look-like). 3. [Look up](https://threejs.org/docs/index.html#api/en/objects/Mesh) the JSX elements that you see (mesh, ambientLight, etc), _all_ threejs exports are native to three-fiber. -4. Try changing some values, scroll through our [API](https://docs.pmnd.rs/react-three-fiber/api) to see what the various settings and hooks do. +4. Try changing some values, scroll through our [API](https://docs.pmnd.rs/react-three-fiber/API) to see what the various settings and hooks do. Some reading material: