Skip to content

Commit

Permalink
Merge pull request #57 from masatoru/fix-readme
Browse files Browse the repository at this point in the history
fix readme
  • Loading branch information
neuecc authored May 30, 2022
2 parents 2865ceb + c418dff commit b92b265
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 @@ -83,7 +83,7 @@ public class MyClass
readonly ILogger<MyClass> logger;

// get logger from DI.
public class MyClass(ILogger<MyClass> logger)
public MyClass(ILogger<MyClass> logger)
{
this.logger = logger;
}
Expand Down

0 comments on commit b92b265

Please sign in to comment.