Skip to content
This repository was archived by the owner on Nov 10, 2023. It is now read-only.

Commit e8c8311

Browse files
Update readme with depreciated message
1 parent 8bc089d commit e8c8311

File tree

1 file changed

+6
-34
lines changed

1 file changed

+6
-34
lines changed

README.md

+6-34
Original file line numberDiff line numberDiff line change
@@ -7,49 +7,21 @@
77
</p>
88

99
<p align="center">
10-
<a href="https://www.npmjs.com/package/vue3-code-block">
11-
<img src="https://img.shields.io/npm/v/vue3-code-block?color=1867c0&logo=npm" alt="NPM Package">
10+
<a href="https://www.npmjs.com/package/@wdns/vue-code-block">
11+
<img src="https://img.shields.io/npm/v/@wdns/vue-code-block?color=1867c0&logo=npm" alt="NPM Package">
1212
</a>
1313
&nbsp;
1414
<a href="https://github.com/webdevnerdstuff/vue3-code-block">
1515
<img src="https://img.shields.io/badge/GitHub-WebDevNerdStuff-brightgreen.svg?logo=github" alt="@WebDevNerdStuff">
1616
</a>
1717
</p>
1818

19+
## Important Information
1920

20-
## Description
21-
22-
The Vue 3 CodeBlock component leverages the power of [PrismJS](https://prismjs.com/) or [Highlight.js](https://highlightjs.org/) to provide syntax highlighting for code blocks within your application. The component takes a prop, which is the code to be highlighted, and uses PrismJS or Highlight.js to render the code with syntax highlighting. The component supports a variety of programming languages and can be customized with different themes to match your application's design. With this component, your users can display their code snippets with ease and clarity, making it easier to share and collaborate on code within your application.
23-
24-
25-
## Installation
26-
27-
Using [pnpm](https://pnpm.io/):
28-
```
29-
pnpm add vue3-code-block
30-
```
31-
32-
Using npm:
33-
```
34-
npm i vue3-code-block
35-
```
36-
37-
## Documentation
38-
39-
[Documentation & Demo](https://webdevnerdstuff.github.io/vue3-code-block/)
40-
41-
## Dependencies
42-
43-
[PrismJS](https://prismjs.com/)
44-
[Highlight.js](https://highlightjs.org/)
45-
[Vue 3](https://vuejs.org/)
46-
[UAParser.js](https://www.npmjs.com/package/ua-parser-js)
47-
48-
49-
## Change Log
50-
51-
[CHANGELOG](https://github.com/webdevnerdstuff/vue3-code-block/blob/main/CHANGELOG.md)
21+
This repository and npm package has been depreciated.
5222

23+
You can find the new repository [here](https://github.com/webdevnerdstuff/vue-code-block)
24+
You can find the new NPM package [here](https://www.npmjs.com/package/@wdns/vue-code-block)
5325

5426
## License
5527

0 commit comments

Comments
 (0)