Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeAmputer authored Jun 5, 2024
1 parent 964e110 commit 0066dca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ services.AddClickHouseContext<ExampleContext, ExampleContextFactory>(builder =>
```
Request `IClickHouseContextFactory<TContext>` service to create context
```csharp
await using var context = contextFactory.CreateContext();
await using var context = await contextFactory.CreateContextAsync();

var ordersFacade = context.GetFacade<OrdersFacade>();

Expand All @@ -72,4 +72,4 @@ You can create as many contexts as you need with any number of facades. Facades
> ***Note:*** You can perform migrations on your ClickHouse database without the necessity of implementing contexts.
## Documentation
Documentation will be presented in [repository Wiki](https://github.com/MikeAmputer/ClickHouse.Facades/wiki) (WIP)
Documentation will be presented in [repository Wiki](https://github.com/MikeAmputer/ClickHouse.Facades/wiki) (WIP)

0 comments on commit 0066dca

Please sign in to comment.