Skip to content

Commit 62f77a9

Browse files
author
Antony Konstantinidis
committed
fix: typo
1 parent 42f9235 commit 62f77a9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
# vue3-xml-viewer
22
A Vue 3 component to display a formatted and colored XML document.
3-
The project is forked from https://antony-k1208.github.io/vue3-xml-viewer and made Vue3 a first class citizen.
3+
The project is forked from https://github.com/leon737/vue-xml-viewer and made Vue3 a first class citizen.
44

55
## Live demo
66
https://antony-k1208.github.io/vue3-xml-viewer/
77

88
## Setup
99
```
1010
npm install vue3-xml-viewer --save
11+
yarn add vue3-xml-viewer
1112
```
1213

1314
## Usage

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue3-xml-viewer",
3-
"version": "0.0.1",
3+
"version": "0.0.11",
44
"private": false,
55
"scripts": {
66
"serve": "vue-cli-service serve",

0 commit comments

Comments
 (0)