From 9e300a98e587fc702ee3ef98441c457fe87e6c1e Mon Sep 17 00:00:00 2001 From: Janek Rahrt Date: Wed, 27 Jul 2022 11:09:09 +0200 Subject: [PATCH] docs: v4 BREAKING CHANGE: new provider and signer interfaces --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 84b840ce0..8a04d609e 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Install starknet with `npm` ```bash $ npm install starknet -# or for pre-release features: +# or for starknet.js v4: $ npm install starknet@next ``` @@ -85,4 +85,3 @@ This library would not be possible without these rockstars. Copyright (c) 2022 0xs34n Licensed under the [MIT license](https://github.com/0xs34n/starknet.js/blob/main/LICENSE). -