Skip to content

Commit 5f9fdc6

Browse files
authored
update readme based on recent changes
1 parent 94708f0 commit 5f9fdc6

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,15 @@ git clone https://github.com/imaun/coinmarketcap.git
2929
dotnet build
3030
```
3131

32+
### or Alternatively install `ImanN.CoinMarketCap` from nuget :
33+
```cli
34+
dotnet add package ImanN.CoinMarketCap --version 1.0.0
35+
```
36+
or with package manager console :
37+
```cli
38+
Install-Package ImanN.CoinMarketCap -Version 1.0.0
39+
```
40+
3241
### 3. Get your own API Key from [here](https://pro.coinmarketcap.com/signup/)
3342

3443
### 4. Add CoinMarketCapAPI services in startup
@@ -43,7 +52,7 @@ public void ConfigureServices(IServiceCollection services)
4352
### 5. Inject `ICoinMarketCapAPI` and use it
4453
```cs
4554
using System.Threading.Tasks;
46-
using Emun.CoinMarketCap;
55+
using ImanN.CoinMarketCap;
4756

4857
namespace Sample {
4958

@@ -64,3 +73,6 @@ namespace Sample {
6473
}
6574
```
6675

76+
## Questions & Contact
77+
You can contact me via email : imun22 at gmail or hi at imaun.ir
78+

0 commit comments

Comments
 (0)