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

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
drmathias authored Oct 4, 2020
1 parent e70cb5b commit 49791bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A client for interacting with a Sia Skynet webportal.

![.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/)
![.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)

## Usage

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

#### With Dependency Injection

With `Microsoft.Extensions.DependencyInjection`, the client can easily be configured and set up to work with any Skynet webportal.
When using `Microsoft.Extensions.DependencyInjection`, the client can easily be configured and set up to work with any Skynet webportal.

```csharp
public void ConfigureServices(IServiceCollection services)
Expand Down

0 comments on commit 49791bd

Please sign in to comment.