Skip to content

Commit 31c3afd

Browse files
authored
minor update
1 parent b571f7e commit 31c3afd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ To use the CE, you must build your CE object first by passing the generic `Progr
2222

2323
### Sample Use Case
2424

25-
Suppose in your main app (`Program` or `Startup`) you call `Services.AddApiClient`(or its variants) twice, registering 2 API clients to make calls to other services, say to the outbound routes `/externalApi` and `/anotherApi` (let's skip the base address for now).
25+
Suppose in your main app (`Program` or `Startup`) you call `Services.AddHttpClient`(or its variants) twice, registering 2 API clients to make calls to other services, say to the outbound routes `/externalApi` and `/anotherApi` (let's skip the base address for now).
2626
suppose `ExternalApiClient` invokes an http `GET` method and the other client makes a `POST` http call, inside your API client code.
2727

2828
<br>

0 commit comments

Comments
 (0)