From 078f64dcf9c56f45d1d5e9e49dd5709baedc1386 Mon Sep 17 00:00:00 2001 From: Viktor Fonic Date: Thu, 13 Jun 2019 00:45:43 +0700 Subject: [PATCH] rails: fix typo in README (#7923) --- plugins/rails/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/rails/README.md b/plugins/rails/README.md index 51742b2a3..5549ba18b 100644 --- a/plugins/rails/README.md +++ b/plugins/rails/README.md @@ -66,7 +66,7 @@ plugins=(... rails) | `RET` | `RAILS_ENV=test` | Sets `RAILS_ENV` to test | These are global aliases. Use in combination with a command or just run them -separately. For example: `RED rake db:migrate` will migrate the production db. +separately. For example: `REP rake db:migrate` will migrate the production db. ### Legacy stuff