Skip to content

Commit 4efcff1

Browse files
Updating readme
1 parent 000d972 commit 4efcff1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
</p>
44

55
<p>
6-
<h1 align="center">Vue 3 CodeBlock (beta)</h1>
6+
<h1 align="center">Vue 3 CodeBlock</h1>
77
</p>
88

99
<p align="center">
@@ -19,7 +19,7 @@
1919

2020
## Description
2121

22-
The Vue 3 CodeBlock component leverages the power of PrismJS 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 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.
22+
The Vue 3 CodeBlock component leverages the power of [PrismJS](https://prismjs.com/) 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 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.
2323

2424

2525
## Installation

0 commit comments

Comments
 (0)