Skip to content

Commit

Permalink
chore: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
isaac-mason committed Oct 15, 2024
1 parent 5731dfc commit 046c046
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/recast-navigation-playcanvas/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PlayCanvas nav mesh generation and visualisation helpers for [`recast-navigation
## Installation

```bash
> npm install @recast-navigation/playcanas recast-navigation
> npm install @recast-navigation/playcanvas recast-navigation
```

## Usage
Expand Down Expand Up @@ -82,7 +82,7 @@ This package provides helpers for visualizing various recast-navigation objects
#### `NavMeshHelper`

```ts
import { NavMeshHelper } from '@recast-navigation/playcanas';
import { NavMeshHelper } from '@recast-navigation/playcanvas';

const navMeshHelper = new NavMeshHelper(navMesh, graphicsDevice);

Expand Down

0 comments on commit 046c046

Please sign in to comment.