Skip to content

Commit

Permalink
Merge pull request #122 from djpowers/patch-1
Browse files Browse the repository at this point in the history
Fix sample command and link in README
  • Loading branch information
djpowers authored Sep 6, 2021
2 parents 49aaea0 + 0155f4f commit 866c7f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Description

Avoid repeating yourself, use pry-rails instead of copying the initializer to every rails project.
This is a small gem which causes `rails console` to open [pry](http://pry.github.com/). It therefore depends on *pry*.
This is a small gem which causes `rails console` to open [pry](https://pry.github.io/). It therefore depends on *pry*.

# Prerequisites

Expand Down Expand Up @@ -109,7 +109,7 @@ To run specs across all versions, you can either [get the Roadshow tool] and
run `roadshow run`, or use Docker Compose directly:

```
$ for fn in scenarios/*.docker-compose-yml; do docker-compose -f $fn run --rm scenario; done
$ for fn in scenarios/*.docker-compose.yml; do docker-compose -f $fn run --rm scenario; done
```

You can also manually run the Rails console and server on each version with
Expand Down

0 comments on commit 866c7f7

Please sign in to comment.