Skip to content

Commit 1e78c49

Browse files
authored
Update README.md
1 parent 7a416a3 commit 1e78c49

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
@@ -79,7 +79,7 @@ e.g.
7979
import { EditorState } from '@codemirror/state'
8080
```
8181

82-
#### local component
82+
#### Local component
8383

8484
```vue
8585
<template>
@@ -121,7 +121,7 @@ import { EditorState } from '@codemirror/state'
121121
</script>
122122
```
123123

124-
#### global component
124+
#### Global component
125125

126126
```javascript
127127
import { createApp } from 'vue'

0 commit comments

Comments
 (0)