chore(parser): correct readme error
All checks were successful
Actions / Build and Push Documentation (push) Successful in 19s
All checks were successful
Actions / Build and Push Documentation (push) Successful in 19s
This commit is contained in:
parent
1012636f95
commit
2c3756f8f3
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ See the [documentation](https://packwizjs.csw.im) for more information.
|
|||
### Basic Example
|
||||
|
||||
```ts
|
||||
> import { parsePackwiz } from "packwizjs";
|
||||
> import { parsePackwiz } from "@packwizjs/parser";
|
||||
> const packwizFile = await parsePackwiz("./packwiz/pack.toml")
|
||||
Packwiz {
|
||||
location: Resource { path: 'packwiz/pack.toml' },
|
||||
|
|
Reference in a new issue