]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
docs: typo [skip ci]
authorEduardo San Martin Morote <posva13@gmail.com>
Sun, 2 May 2021 18:48:57 +0000 (20:48 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Sun, 2 May 2021 18:48:57 +0000 (20:48 +0200)
docs/cookbook/migration-0-0-7.md

index 98ded3f3bb12405c75eee20f8801e3becb189929..4a5277cfbc3aff74d61f1c502ab4fdd37f644054 100644 (file)
@@ -3,7 +3,7 @@
 The versions after `0.0.7`: `0.1.0`, and `0.2.0`, came with a few big breaking changes. This guide helps you migrate whether you use Vue 2 or Vue 3. The whole changelog can be found in the repository:
 
 - [For Pinia <= 1 for Vue 2](https://github.com/posva/pinia/blob/v1/CHANGELOG.md)
-- [For Pinia > 2 for Vue 3](https://github.com/posva/pinia/blob/v2/CHANGELOG.md)
+- [For Pinia >= 2 for Vue 3](https://github.com/posva/pinia/blob/v2/CHANGELOG.md)
 
 If you have questions or issues regarding the migration, feel free to [open a discussion](https://github.com/posva/pinia/discussions/categories/q-a) to ask for help.