From 12f82dd5833cb8c6a7340c18b5c24f9a7c862961 Mon Sep 17 00:00:00 2001 From: Augustin Gottlieb <33221555+aguspe@users.noreply.github.com> Date: Fri, 29 Nov 2024 13:58:33 +0100 Subject: [PATCH] Update read_me.tt --- lib/generators/templates/common/read_me.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/generators/templates/common/read_me.tt b/lib/generators/templates/common/read_me.tt index b841fa9..5e2c993 100644 --- a/lib/generators/templates/common/read_me.tt +++ b/lib/generators/templates/common/read_me.tt @@ -4,7 +4,7 @@
- Logo + Logo

Explore the docs ยป @@ -40,7 +40,7 @@ the commands below:*** ```ruby raider u start_appium -appium --base /wd/hub +appium --base /wd/hub ``` ***In order to run the visual tests with applitools, you need to create an account and get your api key, you can read @@ -94,7 +94,7 @@ Commands : raider generate # Provides access to all the scaffolding commands raider help [COMMAND] # Describe available commands or one specific command raider new [PROJECT_NAME] # Creates a new framework based on settings picked -raider utility # Provides access to all the utility commands +raider utility # Provides access to all the utility commands raider version # It shows the version of Ruby Raider you are currently using ```