From 8bb5c185354b888302bd780d8e2575196175a855 Mon Sep 17 00:00:00 2001 From: Alex Kraiz Date: Wed, 11 Oct 2023 10:27:42 +0400 Subject: [PATCH] Added `simple-typed-fetch` install instruction --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3065e7c..05438c5 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,7 @@ Orion’s SDK is free to use and does not require an API key or registration. Re ## Install ```console +npm i simple-typed-fetch npm i @orionprotocol/sdk ```