Skip to content

Commit

Permalink
chore: prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
LwveMike committed Apr 16, 2024
1 parent 1d3497d commit 3f12e78
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ Node.js Tacacs+ client.

***npm***
```bash
npm i @noction/vue-highcharts
npm i @noction/tacacs-plus
```

***yarn***
```bash
yarn add @noction/vue-highcharts
yarn add @noction/tacacs-plus
```

***pnpm***
```bash
pnpm add @noction/vue-highcharts
pnpm add @noction/tacacs-plus
```

## Usage
Expand Down Expand Up @@ -102,5 +102,5 @@ catch (err) {
[npm-downloads-href]: https://npmjs.com/package/@noction/tacacs-plus
[bundle-src]: https://img.shields.io/bundlephobia/minzip/@noction/tacacs-plus?style=flat&colorA=080f12&colorB=1fa669&label=minzip
[bundle-href]: https://bundlephobia.com/result?p=@noction/tacacs-plus
[license-src]: https://img.shields.io/github/license/Noction/@noction/tacacs-plus.svg?style=flat&colorA=080f12&colorB=1fa669
[license-src]: https://img.shields.io/github/license/Noction/tacacs-plus.svg?style=flat&colorA=080f12&colorB=1fa669
[license-href]: https://github.com/Noction/tacacs-plus/blob/main/LICENSE
8 changes: 4 additions & 4 deletions packages/tacacs-plus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ Node.js Tacacs+ client.

***npm***
```bash
npm i @noction/vue-highcharts
npm i @noction/tacacs-plus
```

***yarn***
```bash
yarn add @noction/vue-highcharts
yarn add @noction/tacacs-plus
```

***pnpm***
```bash
pnpm add @noction/vue-highcharts
pnpm add @noction/tacacs-plus
```

## Usage
Expand Down Expand Up @@ -102,5 +102,5 @@ catch (err) {
[npm-downloads-href]: https://npmjs.com/package/@noction/tacacs-plus
[bundle-src]: https://img.shields.io/bundlephobia/minzip/@noction/tacacs-plus?style=flat&colorA=080f12&colorB=1fa669&label=minzip
[bundle-href]: https://bundlephobia.com/result?p=@noction/tacacs-plus
[license-src]: https://img.shields.io/github/license/Noction/@noction/tacacs-plus.svg?style=flat&colorA=080f12&colorB=1fa669
[license-src]: https://img.shields.io/github/license/Noction/tacacs-plus.svg?style=flat&colorA=080f12&colorB=1fa669
[license-href]: https://github.com/Noction/tacacs-plus/blob/main/LICENSE

0 comments on commit 3f12e78

Please sign in to comment.