Skip to content

Commit ad01db2

Browse files
authored
fix: force a republish (#298)
Signed-off-by: Michael Beemer <[email protected]>
1 parent 3095caf commit ad01db2

File tree

1 file changed

+3
-3
lines changed
  • src/OpenFeature.Contrib.Providers.Flipt

1 file changed

+3
-3
lines changed

src/OpenFeature.Contrib.Providers.Flipt/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The flipt provider allows you to connect to your Flipt instance through the Open
1010

1111
## Install dependencies
1212

13-
The first things we will do is install the **Open Feature SDK** and the **Flipt Feature Flag provider**.
13+
The first thing we will do is install the **OpenFeature SDK** and the **Flipt Feature Flag provider**.
1414

1515
### .NET Cli
1616

@@ -48,7 +48,7 @@ packet add OpenFeature.Contrib.Providers.Flipt
4848

4949
## Using the Flipt Provider with the OpenFeature SDK
5050

51-
To create a Flipt provider you should define provider and pass in the instance `url` (required), `defaultNamespace` and
51+
To create a Flipt provider, you should define the provider and pass in the instance `url` (required), `defaultNamespace` and
5252
`token`.
5353

5454
```csharp
@@ -129,6 +129,6 @@ nswag openapi2csclient /className:FliptRestClient /namespace:Flipt.Rest /input:"
129129

130130
-In `BuildClient()` method
131131
from https://github.com/open-feature/dotnet-sdk-contrib/blob/204144f6df0dacf46e6d52d34dd6b5a223a853f4/src/OpenFeature.Contrib.Providers.Flipt/ClientWrapper/FliptClientWrapper.cs#L41-L47
132-
a new `HttpClient` is created. In the future it would be better to allow passing of `HttpConnectionFactory` to avoid
132+
a new `HttpClient` is created. In the future, it would be better to allow passing of `HttpConnectionFactory` to avoid
133133
problems regarding socket starvation
134134

0 commit comments

Comments
 (0)