From fd7db83fd8c76cab9c602ce14e5c1c7039a53d9f Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sat, 4 Mar 2023 02:29:43 +0900 Subject: [PATCH] Update README.md (#27) Signed-off-by: Ikko Eltociear Ashimine --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0ebe9f6..4c24bc2 100644 --- a/README.md +++ b/README.md @@ -27,13 +27,13 @@ $ go build $ ./beelzebub ``` -###Unit Test: +### Unit Test: ```bash $ make test.unit ``` -###Integration test: +### Integration test: Run integration testing ```bash