Skip to content

Commit

Permalink
small mismatch typo (enable3d#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
bleuscyther authored Jun 14, 2022
1 parent 7462bb0 commit fb11434
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/docs/Basic-Setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ To have more functionalities and a better compatibility, use `new ExtendedMesh()
```ts
import { THREE, ExtendedMesh, ExtendedObject3D } from 'enable3d'

const cube = new THREE.Mesh(geometry, material)
// instead of
const cube = new ExtendedMesh(geometry, material)
// instead of
const cube = new THREE.Mesh(geometry, material)

const object = new ExtendedObject3D()
// instead of
Expand Down

0 comments on commit fb11434

Please sign in to comment.