Skip to content

Commit 92c6a8b

Browse files
authored
Db Migrations Example
1 parent 0490348 commit 92c6a8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,12 +311,12 @@ let main argv =
311311
|> Async.RunSynchronously
312312
```
313313

314-
### Passing Dependencies to Commands
314+
### Database Migrations Example
315315

316316
This real-life example for running database migrations demonstrates the following features:
317317
* Uses Microsoft.Extensions.Hosting.
318-
* Passes the `ILogger` to the commands.
319318
* Uses async/task commands.
319+
* Passes the `ILogger` dependency to the commands.
320320
* Shows help if no command is passed.
321321

322322
```F#

0 commit comments

Comments
 (0)