From 2175d2158ed4a231354585cc0918cdaf13ba10ba Mon Sep 17 00:00:00 2001 From: DennisPitallano Date: Mon, 21 Feb 2022 15:25:50 +0800 Subject: [PATCH] update md --- README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index aefbefe..f020cd8 100644 --- a/README.md +++ b/README.md @@ -11,24 +11,25 @@ For your API Key, please follow [BscScan Getting Started Guide](https://docs.bsc # Installation 1. Download and Install the latest `BscScan.NetCore` from [NuGet](https://www.nuget.org/packages/BscScan.NetCore/) using Package Manager, CLI or by adding it to Package Reference: - + ``` - + ``` - + ``` - dotnet add package BscScan.NetCore --version 1.0.0-rc + dotnet add package BscScan.NetCore --version 1.0.1 ``` - + ``` - PM> Install-Package BscScan.NetCore -Version 1.0.0-rc + PM> Install-Package BscScan.NetCore -Version 1.0.1 ``` 2. Import the following namespace in the class: - + ```c# using BscScan.NetCore; ``` -# +## See the detailed guide [here](https://dennispitallano.github.io/docs/bscsan-netcore/get-start). +