From 635d1b2e8f88940b26c3ca556f71408f580fa54e Mon Sep 17 00:00:00 2001 From: Mira Dobrovolskaya Date: Thu, 31 Oct 2024 16:12:01 +0300 Subject: [PATCH] fix: update links for MobX bindings --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 11055b91..5a2344f8 100644 --- a/README.md +++ b/README.md @@ -3214,9 +3214,8 @@ _LocalStorage etc._ ##### Mobx -- [movue](https://github.com/nighca/movue) - Mobx integration for Vue.js. -- [vue-mobx](https://github.com/dwqs/vue-mobx) - Mobx binding for Vuejs 2.x. -- [mobx-vue-lite](https://github.com/wobsoriano/mobx-vue-lite) - Lightweight Vue 3 bindings for MobX based on Composition API. +- [mobx-vue-lite](https://github.com/mobxjs/mobx-vue-lite) - Lightweight Vue 3 bindings for MobX based on Composition API. +- [mobx-vue](https://github.com/mobxjs/mobx-vue) - Vue 2 bindings for MobX. ##### Pinia