From cfa7145250985f70213cc38199286fb1ec8b7e33 Mon Sep 17 00:00:00 2001 From: Ilya Krukowski Date: Tue, 21 Jun 2022 19:11:39 +0300 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a20c929..25622b8 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,8 @@ Note: Enter `localhost` or `127.0.0.1` as the domain if using in development wit ## Rails Installation +**If you are having issues with Rails 7, Turbo, and Stimulus, make sure to check [this Wiki page](https://github.com/ambethia/recaptcha/wiki/Recaptcha-with-Turbo-and-Stimulus)!** + ```ruby gem "recaptcha" ```