This repository was archived by the owner on May 20, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
A client for interacting with a Sia Skynet webportal.
4
4
5
- ![ .NET Core] ( https://github.com/drmathias/csharp-skynet/workflows/.NET%20Core/badge.svg?branch=master ) [ ![ NuGet] ( https://img.shields.io/nuget/v/Sia.Skynet )] ( https://www.nuget.org/packages/Sia.Skynet/ )
5
+ ![ .NET Core] ( https://github.com/drmathias/csharp-skynet/workflows/.NET%20Core/badge.svg?branch=master ) [ ![ NuGet] ( https://img.shields.io/nuget/v/Sia.Skynet )] ( https://www.nuget.org/packages/Sia.Skynet/ ) ![ MIT License ] ( https://img.shields.io/github/license/drmathias/csharp-skynet )
6
6
7
7
## Usage
8
8
@@ -17,7 +17,7 @@ var skynetWebportal = new SkynetWebPortal(httpClient);
17
17
18
18
#### With Dependency Injection
19
19
20
- With ` Microsoft.Extensions.DependencyInjection ` , the client can easily be configured and set up to work with any Skynet webportal.
20
+ When using ` Microsoft.Extensions.DependencyInjection ` , the client can easily be configured and set up to work with any Skynet webportal.
21
21
22
22
``` csharp
23
23
public void ConfigureServices (IServiceCollection services )
You can’t perform that action at this time.
0 commit comments