We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0490348 commit 92c6a8bCopy full SHA for 92c6a8b
README.md
@@ -311,12 +311,12 @@ let main argv =
311
|> Async.RunSynchronously
312
```
313
314
-### Passing Dependencies to Commands
+### Database Migrations Example
315
316
This real-life example for running database migrations demonstrates the following features:
317
* Uses Microsoft.Extensions.Hosting.
318
-* Passes the `ILogger` to the commands.
319
* Uses async/task commands.
+* Passes the `ILogger` dependency to the commands.
320
* Shows help if no command is passed.
321
322
```F#
0 commit comments