From d682ec55a7e0ccb28af9ca69bd47b0d19db0f91b Mon Sep 17 00:00:00 2001 From: Andy Stewart Date: Wed, 4 Jul 2018 00:19:56 +0800 Subject: [PATCH] Update HACKING.md --- HACKING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/HACKING.md b/HACKING.md index 7eee7d2..bd2a78e 100644 --- a/HACKING.md +++ b/HACKING.md @@ -64,11 +64,11 @@ def new_buffer(self, buffer_id, url): 3. Test ``` - Execute command `eaf-stop-process' to kill old python process. +Execute command `eaf-stop-process' to kill old python process. - Execute command `eaf-start-process' to start new python process. +Execute command `eaf-start-process' to start new python process. - Execute command `eaf-open' and type "eaf rocks!". +Execute command `eaf-open' and type "eaf rocks!". ```