Skip to content

Commit f22c2fa

Browse files
committed
doc: update readme.
1 parent 8aeb3a9 commit f22c2fa

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
@@ -40,7 +40,7 @@ The CSS file is included separately and needs to be imported manually. You can e
4040
4141
<script>
4242
import VueJsonPretty from 'vue-json-pretty'
43-
import 'vue-json-pretty/styles.css';
43+
import 'vue-json-pretty/lib/styles.css';
4444
4545
export default {
4646
components: {
@@ -65,7 +65,7 @@ Vue.component("vue-json-pretty", VueJsonPretty);
6565

6666
```js
6767
css: [
68-
'vue-json-pretty/styles.css'
68+
'vue-json-pretty/lib/styles.css'
6969
],
7070
plugins: [
7171
'@/plugins/vue-json-pretty'

0 commit comments

Comments
 (0)