From bda3142014623d67163678a085a53ba7cf4e4ecf Mon Sep 17 00:00:00 2001 From: saumyapandyaa Date: Fri, 6 Oct 2023 11:02:04 -0400 Subject: [PATCH] Removed extra options to stop dev mode; updated to quit-ctrlc --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 7298253..63dcde0 100644 --- a/README.adoc +++ b/README.adoc @@ -417,7 +417,7 @@ The warning and error messages are expected and result from a request to a bad o To determine whether the tests detect a failure, go to the [hotspot file=0]`MetricsIT.java` file and change any of the assertions in the test methods. Then re-run the tests to see a test failure occur. -include::{common-includes}/devmode-quit.adoc[] +include::{common-includes}/devmode-quit-ctrlc.adoc[] // ================================================================================================= // Great work! You're done!