Skip to content

Commit

Permalink
Merge pull request solidusio#5847 from DemoYeti/patch-1
Browse files Browse the repository at this point in the history
Add missing `the` to README
  • Loading branch information
MadelineCollier authored Sep 4, 2024
2 parents e8c9675 + d45a722 commit d81043a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ docker-compose build --build-arg RUBY_VERSION=3.0 app
docker-compose up -d
```

The rails version can be customized at runtime through `RAILS_VERSION` environment variable:
The rails version can be customized at runtime through the `RAILS_VERSION` environment variable:

```bash
RAILS_VERSION='~> 5.0' docker-compose up -d
Expand Down

0 comments on commit d81043a

Please sign in to comment.