Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.

Commit 281d5ca

Browse files
authored
docs: spelling fix in readme (#1)
1 parent 8cbb886 commit 281d5ca

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
@@ -15,9 +15,9 @@ Install [`@vue/composition-api`](https://github.com/vuejs/composition-api) in yo
1515

1616
```ts
1717
import Vue from 'vue'
18-
import VueComposisionAPI from '@vue/composition-api'
18+
import VueCompositionAPI from '@vue/composition-api'
1919

20-
Vue.use(VueComposisionAPI)
20+
Vue.use(VueCompositionAPI)
2121
```
2222

2323
See [`playground/`](./playground/) as an example.

0 commit comments

Comments
 (0)