diff --git a/README.md b/README.md index df474f4f..3f16bdab 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) @@ -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