Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Hawxy authored Nov 12, 2022
1 parent 4f249bd commit f66133e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public class MyAuth0Service : IAuth0Service
{
private readonly IManagementApiClient _managementApiClient;

public AuthController(IManagementApiClient managementApiClient)
public MyAuth0Service(IManagementApiClient managementApiClient)
{
_managementApiClient = managementApiClient;
}
Expand Down

0 comments on commit f66133e

Please sign in to comment.