Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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();
Expand Down