From 25f806e2703a24602c9d910eedf4eaa9cb1bacc2 Mon Sep 17 00:00:00 2001 From: Kazuya INOUE Date: Sun, 6 Oct 2024 23:14:48 +0900 Subject: [PATCH] Remove unnecessary closing parenthesis in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a6a165b3..e71da6e8e 100644 --- a/README.md +++ b/README.md @@ -408,7 +408,7 @@ If the customization at the views level is not enough, you can customize each co ... end ``` - Use the `-c` flag to specify one or more controllers, for example: `rails generate devise:controllers users -c sessions`) + Use the `-c` flag to specify one or more controllers, for example: `rails generate devise:controllers users -c sessions` 2. Tell the router to use this controller: