diff --git a/README.md b/README.md index c1c1de2..03aede0 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,11 @@ The `@vueuse/head` package will continue to receive bug fixes and security updat ## Migrating to Unhead from @vueuse/head +```ts +pnpm remove @vueuse/head +pnpm add @unhead/vue +``` + Replace all imports of `@vueuse/head` with `@unhead/vue`. If you're using the `` component you will need to import it from `@unhead/vue/components`.