chore(parser): move readme
All checks were successful
Actions / Build and Push Documentation (push) Successful in 15s
All checks were successful
Actions / Build and Push Documentation (push) Successful in 15s
This commit is contained in:
parent
894751fb0c
commit
1012636f95
2 changed files with 6 additions and 6 deletions
|
@ -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
|
|
@ -16,7 +16,7 @@
|
|||
"files": [
|
||||
"src"
|
||||
],
|
||||
"readme": "../../README.md",
|
||||
"readme": "README.md",
|
||||
"homepage": "https://packwizjs.csw.im",
|
||||
"keywords": [
|
||||
"packwiz",
|
||||
|
|
Loading…
Add table
Reference in a new issue