Skip to content
This repository was archived by the owner on May 20, 2022. It is now read-only.

Commit 49791bd

Browse files
authored
Update README.md
1 parent e70cb5b commit 49791bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A client for interacting with a Sia Skynet webportal.
44

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)
66

77
## Usage
88

@@ -17,7 +17,7 @@ var skynetWebportal = new SkynetWebPortal(httpClient);
1717

1818
#### With Dependency Injection
1919

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.
2121

2222
```csharp
2323
public void ConfigureServices(IServiceCollection services)

0 commit comments

Comments
 (0)