diff --git a/README.md b/README.md index e176ee51b8..3d9dd2e96e 100644 --- a/README.md +++ b/README.md @@ -2534,7 +2534,7 @@ Plugin class instances are created per-request. Most importantly, plugin instances are created within CPU core context where the request was received. -For above reason, global variables in your plugins may work as expected. +For above reason, global variables in your plugins may not work as expected. Your plugin code by design must be **stateless**. To manage global states, you have a couple of options: