diff --git a/README.md b/README.md index edb82f5c..c046cb2b 100644 --- a/README.md +++ b/README.md @@ -59,10 +59,10 @@ the [examples](https://vueflow.dev/examples/). ## 🛠 Setup ```bash -$ npm i @braks/vue-flow +$ npm i @vue-flow/core # or -$ yarn add @braks/vue-flow +$ yarn add @vue-flow/core ``` ## 🎮 Quickstart @@ -80,7 +80,7 @@ A basic setup looks like this: ```vue diff --git a/docs/components/examples/interaction/InteractionControls.vue b/docs/components/examples/interaction/InteractionControls.vue index 942f4d00..ce68e1e3 100644 --- a/docs/components/examples/interaction/InteractionControls.vue +++ b/docs/components/examples/interaction/InteractionControls.vue @@ -1,5 +1,5 @@