From 19bb6320b99ed87f018498dc0f4f505cfc1bd88a Mon Sep 17 00:00:00 2001 From: pancho horrillo Date: Mon, 16 Sep 2019 09:19:19 +0200 Subject: [PATCH] spec: Fix command name start -> server --- spec/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spec/README.md b/spec/README.md index ac58106..8dabfd6 100644 --- a/spec/README.md +++ b/spec/README.md @@ -581,13 +581,13 @@ Options: TBD Commands: - start starts a Kapow! server + server starts a Kapow! server route operates on routes ... ``` -### `kapow start` +### `kapow server` This command runs the Kapow! server, which is the core of Kapow!. If run without parameters, it will run an unconfigured server. It can accept a path @@ -613,7 +613,7 @@ process' environment. #### Example ```sh -$ kapow start /path/to/service.pow +$ kapow server /path/to/service.pow ```