From 85bc958ef0084a9d8e948a5337d1d3abbcda1d9a Mon Sep 17 00:00:00 2001 From: Dmytro Vynnyk Date: Sun, 24 Nov 2024 23:43:09 +0100 Subject: [PATCH] Update docs --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index a6e375ce..18f2c293 100644 --- a/README.md +++ b/README.md @@ -11,13 +11,13 @@ npm install casper-js-sdk --save ## Base usage -- ### [Public and private keys](#public-and-private-keys) -- ### [RPC client](#rpc-client) -- ### [SSE](#sse) -- ### [Creating a transaction](#creating-a-transaction) -- ### [Creating a legacy deploy](#creating-a-legacy-deploy) -- ### [Creating and sending CSPR transfer deploy](#creating-and-sending-cspr-transfer-deploy) -- ### [Creating and sending Auction manager deploy](#creating-and-sending-auction-manager-deploy) +- [Public and private keys](#public-and-private-keys) +- [RPC client](#rpc-client) +- [SSE](#sse) +- [Creating a transaction](#creating-a-transaction) +- [Creating a legacy deploy](#creating-a-legacy-deploy) +- [Creating and sending CSPR transfer deploy](#creating-and-sending-cspr-transfer-deploy) +- [Creating and sending Auction manager deploy](#creating-and-sending-auction-manager-deploy) ## Migration guides