chore(parser): move readme
All checks were successful
Actions / Build and Push Documentation (push) Successful in 15s

This commit is contained in:
cswimr 2025-02-11 09:10:59 -06:00
parent 894751fb0c
commit 1012636f95
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087
2 changed files with 6 additions and 6 deletions

View file

@ -1,4 +1,4 @@
# PackwizJS
# @packwizjs/parser
[![Documentation](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fpackwizjs.csw.im%2Fcoverage.json&query=%24.percent&suffix=%25&logo=typescript&logoColor=%233178C6&label=Documentation&color=%233178C6)](https://packwizjs.csw.im)
@ -11,25 +11,25 @@ You can install PackwizJS with your package manager of choice.
### npm
```sh
npm install --save packwizjs
npm install --save @packwizjs/parser
```
### pnpm
```sh
pnpm add packwizjs
pnpm add @packwizjs/parser
```
### yarn
```sh
yarn add packwizjs
yarn add @packwizjs/parser
```
### bun
```sh
bun add packwizjs
bun add @packwizjs/parser
```
## Usage

View file

@ -16,7 +16,7 @@
"files": [
"src"
],
"readme": "../../README.md",
"readme": "README.md",
"homepage": "https://packwizjs.csw.im",
"keywords": [
"packwiz",