Skip to content

Commit 06b149a

Browse files
committed
chore(docs): update readme
1 parent fbfa2cb commit 06b149a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![License][license-src]][license-href]
66
[![Nuxt][nuxt-src]][nuxt-href]
77

8-
Codemirror as a Nuxt module. Demo preview: Coming soon
8+
Codemirror as a Nuxt module. Demo can be found in below playground
99

1010

1111
- [ Release Notes](/CHANGELOG.md)
@@ -22,7 +22,7 @@ Codemirror as a Nuxt module. Demo preview: Coming soon
2222

2323
## Documentation
2424

25-
This module consists of one Component, one Composable and a few types for you to use.
25+
This module consists of one Component, one Composable and a few types for you to use.
2626
Read the CodeMirror Reference guide for more in depth information: [CodeMirror docs](https://codemirror.net/docs/ref/)
2727

2828
### NuxtCodeMirror.vue
@@ -128,7 +128,7 @@ interface CodeMirrorRef {
128128
}
129129
```
130130

131-
If you need access to the underlying CodeMirror instance You can do so by adding a ref with the same name as your Template ref.
131+
If you need access to the underlying CodeMirror instance You can do so by adding a ref with the same name as your Template ref.
132132
An example on how to do this can be found here: [🏀 Online playground](https://stackblitz.com/edit/nuxt-starter-ev2hgm?file=app.vue)
133133

134134

0 commit comments

Comments
 (0)