Skip to content

Commit

Permalink
Merge branch 'main' into feature/307-refactor-camera-logic-remove-com…
Browse files Browse the repository at this point in the history
…posable-from-nodeopts
  • Loading branch information
alvarosabu authored Jun 19, 2023
2 parents 4d43fd0 + 2ba6b2f commit b8da6fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ TresJS is written in Typescript and it's fully typed. If you are using Typescrip
::: code-group

```bash [npm]
npm install @three/types -D
npm install @types/three -D
```

```bash [yarn]
yarn add @three/types -D
yarn add @types/three -D
```

```bash [pnpm]
pnpm add @three/types -D
pnpm add @types/three -D
```

:::
Expand Down
6 changes: 3 additions & 3 deletions docs/guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ TresJS is written in Typescript and it's fully typed. If you are using Typescrip
::: code-group

```bash [npm]
npm install @three/types -D
npm install @types/three -D
```

```bash [yarn]
yarn add @three/types -D
yarn add @types/three -D
```

```bash [pnpm]
pnpm add @three/types -D
pnpm add @types/three -D
```

:::
Expand Down

0 comments on commit b8da6fb

Please sign in to comment.