From 02eba506fec9e67618d89da273b53b5bb572efea Mon Sep 17 00:00:00 2001 From: Winston Tsang Date: Fri, 3 Jan 2025 22:02:33 -0500 Subject: [PATCH] Update README.md fix typo. from if to unless --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45f4c5ce..ba9df195 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ end This tool is built to enable developer productivity in development. It exposes rake tasks through a UI. -This tool will currently not work in production because we add a guard in the root controller to respond not found if the environment is development or test. You may override this guard clause with the following configuration. +This tool will currently not work in production because we add a guard in the root controller to respond not found unless the environment is development or test. You may override this guard clause with the following configuration. ```rb RakeUi.configuration do |config|