Skip to content

Commit 857eef3

Browse files
committed
Update README.md
1 parent ab1aa5c commit 857eef3

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Initialize the client service in the application startup. 
1515
```cs
1616
public void ConfigureServices(IServiceCollection services)
1717
{
18-
services.InitOAuth2Authenticator();
18+
services.AddOAuth2Authenticator();
1919
}
2020
```
2121

@@ -77,7 +77,3 @@ Checks that the token is not expired.
7777
```cs
7878
token.Valid()
7979
```
80-
81-
82-
## API Reference
83-
* [OAuth2Authenticator](https://www.fuget.org/packages/OAuth2Authenticator)

0 commit comments

Comments
 (0)