Skip to content

Commit

Permalink
Update read_me.tt (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
aguspe authored Nov 29, 2024
1 parent e1a032d commit 5f2e906
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/generators/templates/common/read_me.tt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<br />
<div align="center">
<a href="https://github.com/RubyRaider/ruby_raider">
<img src="https://ruby-raider.com/wp-content/uploads/2022/05/logo-160x160.png?w=890" alt="Logo" style="width:600px;">
<img src="https://private-user-images.githubusercontent.com/33221555/391053089-3a1a492f-a70e-45ff-8fd0-5f83cef91f49.svg?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzI4ODUyNTEsIm5iZiI6MTczMjg4NDk1MSwicGF0aCI6Ii8zMzIyMTU1NS8zOTEwNTMwODktM2ExYTQ5MmYtYTcwZS00NWZmLThmZDAtNWY4M2NlZjkxZjQ5LnN2Zz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDExMjklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQxMTI5VDEyNTU1MVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTQ1MDM2ZjAzMmIwMWRmZjdlMjBkMWYxNGFkNTAxYTM0OTEyZjhmNjQ4YmE5NWMwOWE4MTY1Njc5ZjllNTMxYjQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.EnwLs1vZClwzNl1el0SRflyUJrwzno_LhBnnAXMHz7E" alt="Logo" style="width:200px;">
</a>
<p align="center">
<a href="https://github.com/RubyRaider/ruby_raider#getting-started"><strong>Explore the docs »</strong></a>
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
```

Expand Down

0 comments on commit 5f2e906

Please sign in to comment.