From 50b466302ff079d4465c5d5c7ea0cc1f91e0154d Mon Sep 17 00:00:00 2001 From: Ehsan-saradar Date: Tue, 6 Feb 2024 15:30:38 +0330 Subject: [PATCH] update readme --- examples/flags/readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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.