Skip to content

Commit c5baaef

Browse files
committed
chore: update readme
Signed-off-by: Todd Baert <[email protected]>
1 parent 06a3a50 commit c5baaef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

providers/flagd/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ A feature flag daemon with a Unix philosophy.
2020
The `FlagdProvider` communicates with flagd via the gRPC protocol. Instantiate a new FlagdProvider instance, and configure the OpenFeature SDK to use it:
2121

2222
```java
23-
FlagdProvider provider = new FlagdProvider(Protocol.HTTP, "localhost", 8013);
23+
FlagdProvider provider = new FlagdProvider();
2424
OpenFeatureAPI.getInstance().setProvider(provider);
2525
```
2626

0 commit comments

Comments
 (0)