diff --git a/examples/flags/readme.md b/examples/flags/readme.md index 7e702d1e..81cd57fd 100644 --- a/examples/flags/readme.md +++ b/examples/flags/readme.md @@ -84,13 +84,13 @@ The integration test for the "flags" Ignite App ensures that the app works corre -1. Installs the "flags" app locally. +1. Installs the `flags` app locally. -2. Runs the "hello" subcommand with a custom name flag. +2. Runs the `hello` subcommand with a custom `name` flag. -3. Runs the "cowsay" subcommand with a custom name flag. +3. Runs the `cowsay` subcommand with a custom `name` flag. -5. Verifies the output of the "hello" and "cowsay" subcommands. +5. Verifies the output of the `hello` and `cowsay` subcommands.