Skip to content

Commit

Permalink
Merge pull request #28 from webdevnerdstuff/dev
Browse files Browse the repository at this point in the history
Update install instructions
  • Loading branch information
webdevnerdstuff committed Nov 9, 2023
2 parents e8cd85c + 992f5dd commit f55edf9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</p>

<p align="center">
<a href="https://www.npmjs.com/package/vue3-code-block">
<img src="https://img.shields.io/npm/v/vue3-code-block?color=1867c0&logo=npm" alt="NPM Package">
<a href="https://www.npmjs.com/package/@wdns/vue3-code-block">
<img src="https://img.shields.io/npm/v/@wdns/vue3-code-block?color=1867c0&logo=npm" alt="NPM Package">
</a>
&nbsp;
<a href="https://github.com/webdevnerdstuff/vue3-code-block">
Expand All @@ -26,12 +26,12 @@ The Vue 3 CodeBlock component leverages the power of [PrismJS](https://prismjs.c

Using [pnpm](https://pnpm.io/):
```
pnpm add vue3-code-block
pnpm add @wdns/vue3-code-block
```

Using npm:
```
npm i vue3-code-block
npm i @wdns/vue3-code-block
```

## Documentation
Expand Down

0 comments on commit f55edf9

Please sign in to comment.