From c839148c20f3dc8e0fddc4b5a5426a30736c7fe4 Mon Sep 17 00:00:00 2001 From: Eitaro Fukamachi Date: Tue, 13 Aug 2024 04:48:57 +0000 Subject: [PATCH] Tweak the expression in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af522d1..98b43cf 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ See [benchmark.md](benchmark.md) for the detail. Use `clack:clackup` or `woo:run` to start a web server. The first argument is a Lack "app". See [Lack's README](https://github.com/fukamachi/lack#readme) for instruction on how to build it. -Remember to pass ":debug nil" to turn off the debugger mode on remote environments. Otherwise, your server will go down on any internal errors. +Remember to pass ":debug nil" to turn off the debugger mode on production environments (it's on by default). Otherwise, your server will go down on internal errors. ### Start a server