Skip to content

Commit 3a9a6c2

Browse files
authored
chore: update docs
Signed-off-by: Todd Baert <[email protected]>
1 parent eddf8b3 commit 3a9a6c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

providers/flagd/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This provider is designed to use flagd's [evaluation protocol](https://github.co
1515

1616
## Configuration and Usage
1717

18-
The flagd provider can operate in two modes: [RPC](#remote-resolver-rpc) (evaluation takes place in flagd, via gRPC calls) or [in-process](#in-process-resolver) (evaluation takes place in-process, with the provider getting a ruleset from a compliant sync-source).
18+
The flagd provider can operate in two modes: [RPC](#remote-resolver-rpc) (evaluation takes place in remote flagd daemon, via gRPC calls) or [in-process](#in-process-resolver) (evaluation takes place in-process, with the provider getting a ruleset from flagd or a compliant sync-source).
1919

2020
### Remote resolver (RPC)
2121

@@ -254,4 +254,4 @@ FlagdOptions options = FlagdOptions.builder()
254254
.targetUri("envoy://localhost:9211/flag-source.service")
255255
.resolverType(Config.Resolver.IN_PROCESS)
256256
.build();
257-
```
257+
```

0 commit comments

Comments
 (0)