Skip to content

Commit 3a8ed43

Browse files
authored
Update README.md
1 parent 164f9e6 commit 3a8ed43

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Here I'm adding dependency injection service with `AddHttpClient` and `AddSingle
7373

7474
### SimpleController.cs
7575

76-
The API controller gets `IntrospectionClient` from dependency injection. For each API request I'm validating the `Authorization` header with `Client.ValidateAuthorization`.
76+
The API controller gets `IntrospectionClient` from dependency injection. For each API request I'm validating the `Authorization` header with `ValidateAuthorization`.
7777

7878
```c#
7979
[Route("simple")]
@@ -106,7 +106,7 @@ The API controller gets `IntrospectionClient` from dependency injection. For eac
106106
}
107107
```
108108

109-
### IntrospectionClient.js
109+
### IntrospectionClient.cs
110110

111111
`IntrospectionClient` gets configuration parameters and http client from dependency injection.
112112

0 commit comments

Comments
 (0)