From d45a722fbfea9e3b75cbb82fb67eef7aa50f745c Mon Sep 17 00:00:00 2001 From: DemoYeti <164791169+DemoYeti@users.noreply.github.com> Date: Mon, 2 Sep 2024 12:50:21 -0400 Subject: [PATCH] Add missing `the` to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2736aa2d6b..a1aeb80640 100644 --- a/README.md +++ b/README.md @@ -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