From 9e74e37defe8d1312a38da20f0104fd896abe0da Mon Sep 17 00:00:00 2001 From: Nsimathompson <117172406+Nsimathompson@users.noreply.github.com> Date: Tue, 12 May 2026 14:51:18 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d99e336..1cdf43f 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Before installing GenLayerJS SDK, ensure you have the following prerequisites in To install the GenLayerJS SDK, use the following command: ```bash -$ npm install genlayer-js +npm install genlayer-js ``` Here’s how to initialize the client and connect to the GenLayer Simulator: @@ -87,7 +87,7 @@ import { localnet } from 'genlayer-js/chains'; import { createClient, createAccount } from "genlayer-js"; const client = createClient({ - network: localnet, + chain: localnet, }); const account = createAccount();