From 64da14a1473f2bb034e158e96c27ba268a1874d4 Mon Sep 17 00:00:00 2001 From: Moritz Klack Date: Tue, 19 Mar 2024 22:18:15 +0100 Subject: [PATCH 1/2] chore(readme): use correct package name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df474f4f..5462728e 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Powerful open source libraries for building node-based UIs with React or Svelte. The xyflow repository is the home of four packages: * React Flow 11 `reactflow` [v11 branch](https://github.com/xyflow/xyflow/tree/v11) -* React Flow 12 (beta) `@xyflow/svelte` [packages/react](./packages/react) +* React Flow 12 (beta) `@xyflow/react` [packages/react](./packages/react) * Svelte Flow `@xyflow/svelte` [packages/svelte](./packages/svelte) * Shared helper library `@xyflow/system` [packages/system](./packages/system) From 56c8e8ec0798bb89dbda635b3af8521ea6511a25 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Thu, 21 Mar 2024 03:49:10 +0900 Subject: [PATCH 2/2] chore(readme): update README minor fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5462728e..3f16bdab 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ The xyflow repository is the home of four packages: ## Getting started -The best way to get started is to check out the [React Flow](https://reactflow.dev/learn) or [Svelte Flow](https://svelteflow.dev/learn) learn section. However if you want to get a sneak peek of how to install the and use the libraries you can see it here: +The best way to get started is to check out the [React Flow](https://reactflow.dev/learn) or [Svelte Flow](https://svelteflow.dev/learn) learn section. However if you want to get a sneak peek of how to install and use the libraries you can see it here:
React Flow basic usage