1
0
Эх сурвалжийг харах

Merge branch 'main' into feature/307-refactor-camera-logic-remove-composable-from-nodeopts

Alvaro Saburido 1 жил өмнө
parent
commit
b8da6fb662

+ 3 - 3
docs/guide/getting-started.md

@@ -27,15 +27,15 @@ TresJS is written in Typescript and it's fully typed. If you are using Typescrip
 ::: code-group
 ::: code-group
 
 
 ```bash [npm]
 ```bash [npm]
-npm install @three/types -D
+npm install @types/three -D
 ```
 ```
 
 
 ```bash [yarn]
 ```bash [yarn]
-yarn add @three/types -D
+yarn add @types/three -D
 ```
 ```
 
 
 ```bash [pnpm]
 ```bash [pnpm]
-pnpm add @three/types -D
+pnpm add @types/three -D
 ```
 ```
 
 
 :::
 :::

+ 3 - 3
docs/guide/index.md

@@ -29,15 +29,15 @@ TresJS is written in Typescript and it's fully typed. If you are using Typescrip
 ::: code-group
 ::: code-group
 
 
 ```bash [npm]
 ```bash [npm]
-npm install @three/types -D
+npm install @types/three -D
 ```
 ```
 
 
 ```bash [yarn]
 ```bash [yarn]
-yarn add @three/types -D
+yarn add @types/three -D
 ```
 ```
 
 
 ```bash [pnpm]
 ```bash [pnpm]
-pnpm add @three/types -D
+pnpm add @types/three -D
 ```
 ```
 
 
 :::
 :::