diff --git a/docs/components/getting-started.md b/docs/components/getting-started.md index 8c6ed7cb8..dc514565c 100644 --- a/docs/components/getting-started.md +++ b/docs/components/getting-started.md @@ -32,13 +32,13 @@ But first, let's get our feet wet with the basics: **start using components** in npm i @thatopen/components ``` -Most of our libraries are based on [Three.js](https://threejs.org/), so you'll also need to import it. Make sure it's the [same version](https://github.com/ThatOpen/engine_components/blob/main/package.json) as the one used by our libraries! +Most of our libraries are based on [Three.js](https://threejs.org/), so you'll also need to import it. Make sure it's the [same version](https://github.com/ThatOpen/engine_components/blob/main/packages/core/package.json) as the one used by our libraries! ```bash npm i three ``` -Finally, you also need to **install some peer dependencies**. These are other libraries we made and didn't include as regular dependencies to enable more flexible bundling scenarios. Again, make sure it's the [same version](https://github.com/ThatOpen/engine_components/blob/main/package.json) as the one used by our libraries: +Finally, you also need to **install some peer dependencies**. These are other libraries we made and didn't include as regular dependencies to enable more flexible bundling scenarios. Again, make sure it's the [same version](https://github.com/ThatOpen/engine_components/blob/main/packages/core/package.json) as the one used by our libraries: ```bash npm i @thatopen/fragments @@ -72,4 +72,4 @@ Each component has a minimal, self-contained tutorial app exposing all its featu #### ๐Ÿงช Unit tests -We are goint to implement the unit tests of all the code of all our libraries using AI, Jest, Typescript and human beings ๐Ÿ™‚. It's a work in progress, but we hope to have it ready soon! \ No newline at end of file +We are goint to implement the unit tests of all the code of all our libraries using AI, Jest, Typescript and human beings ๐Ÿ™‚. It's a work in progress, but we hope to have it ready soon!