diff --git a/docs/guide/configuration.md b/docs/guide/configuration.md index c02d71bdd..5e1cd5540 100644 --- a/docs/guide/configuration.md +++ b/docs/guide/configuration.md @@ -125,7 +125,7 @@ return await Host.CreateDefaultBuilder(args) // Executing with Oakton as the command line parser to unlock // quite a few utilities and diagnostics in our Wolverine application - .RunOaktonCommands(args); + .RunJasperFxCommands(args); ``` snippet source | anchor