From 73b77c074225a4eefbc7a8f5baf7968d66ba4003 Mon Sep 17 00:00:00 2001 From: Brian Zelip Date: Fri, 30 Jun 2023 10:07:19 -0600 Subject: [PATCH] Fix rake command in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e09c5b..710ce6c 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,6 @@ And set the database connection configuration as required. ## Setup ```bash -bundle exec rake connect # no output if connection is ok +bundle exec rake db:connect # no output if connection is ok bundle exec rake db:check_dates_dst ```