From 95fdfa72064cd98256a3fc81bfa55aa5d69298cf Mon Sep 17 00:00:00 2001
From: Qijun Gu <qijun@txstate.edu>
Date: Mon, 11 Oct 2021 10:06:06 -0500
Subject: [PATCH] add how to terminate

---
 README.md | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 610be9a..07c168e 100755
--- a/README.md
+++ b/README.md
@@ -50,12 +50,6 @@ This tool can run on Linux, Windows and MAC.
 
 	For example, if the server ip is 192.168.0.101 and the service port is 18331, then the URL to browse is "http://192.168.0.101:18331".
 
-3. To terminate:
-
-    In Linux, press CTRL \  (Control Backslash, not CTRL C)
-
-    In Windows, press CTRL Break
-
 ## Run as https
 
 1. (Optional) Create a self-signed certificate and a private key. Or, obtain a signed certificate and private key.
@@ -86,5 +80,10 @@ This tool can run on Linux, Windows and MAC.
 
     You will see a warning about the self-signed certificate in the web browser. Accept the warning and continue.
 
+## To terminate:
+
+    In Linux, press CTRL \  (Control Backslash, not CTRL C)
+
+    In Windows, press CTRL Break