Skip to content

Commit

Permalink
Merge pull request #93 from taks/fix-a-typo
Browse files Browse the repository at this point in the history
Fix a typo
  • Loading branch information
neuecc authored Oct 10, 2022
2 parents 062e976 + fce16d2 commit 4ffbd35
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 @@ -968,7 +968,7 @@ Here's single contained batch with Config loading sample.
```csharp
using Microsoft.Extensions.DependencyInjection;

var app = ConsoleApp.CrateBuilder(args)
var app = ConsoleApp.CreateBuilder(args)
.ConfigureServices((hostContext, services) =>
{
// mapping config json to IOption<MyConfig>
Expand Down

0 comments on commit 4ffbd35

Please sign in to comment.