Skip to content

Commit 56332c1

Browse files
authored
Update README.md
1 parent 4c4213d commit 56332c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Include `@vue/composition-api` after Vue and it will install itself automaticall
4747
`@vue/composition-api` will be exposed to global variable `window.VueCompositionAPI`.
4848

4949
```ts
50-
const { ref, reactive } = vueCompositionApi
50+
const { ref, reactive } = VueCompositionAPI
5151
```
5252

5353

0 commit comments

Comments
 (0)