From 51b120bd764025009982fd0f99a405135674ea22 Mon Sep 17 00:00:00 2001 From: Braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Sat, 17 Jul 2021 21:09:45 +0200 Subject: [PATCH] fix: typos in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5b0e91b5..c1346d6b 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ They did most of the heavy lifting by writing the library in the first place. All I did is bring it to Vue3. ### Motivation -Seeing as many libraries exist in the revue ecosystem and Vue sadly does not get the same -love and attention, I decided to port the revue Flow library to Vue.js. +Seeing as many libraries exist in the React ecosystem and Vue sadly does not get the same +love and attention, I decided to port the React Flow library to Vue.js. ## Usage Check the React Flow docs for usage. It's really the same.