From a495d00eca99ee7dee4cadd1fdf6920b2fcd3ed8 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Sun, 21 Jul 2019 21:55:26 +0800 Subject: [PATCH] docs: update testing command --- tests/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/README.md b/tests/README.md index a892854..c2a051d 100644 --- a/tests/README.md +++ b/tests/README.md @@ -30,5 +30,5 @@ see the JSON format: run the following command. ```sh -$ bat POST localhost:8088/api/push < tests/test.json +bat POST localhost:8088/api/push < tests/test.json ```