From 226c90bba0c25731477562fe8f6f597375b6b5ea Mon Sep 17 00:00:00 2001 From: Ivan Ludvig Date: Tue, 31 Oct 2023 12:39:29 +0100 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ac3425bf..488a62f1 100644 --- a/README.md +++ b/README.md @@ -17,14 +17,14 @@ ## Documentation -Documentation, including a demos, [is available online](https://starknet-react.com/). +Documentation, including demos, [is available online](https://starknet-react.com/). ## Getting Started 1. Add `@starknet-react/chains` and `@starknet-react/core` to your dependencies. ```shell -pnpm add @starknet-react/core +pnpm add @starknet-react/chains @starknet-react/core ``` You also need to add `get-starknet-core` and `starknet` to your dependencies.