From 68efc98964121b90c72384e6294b7fd81d799a64 Mon Sep 17 00:00:00 2001 From: pancho horrillo Date: Wed, 11 Dec 2019 02:04:11 +0100 Subject: [PATCH] doc: consistent naming of pow files --- spec/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/README.md b/spec/README.md index f99a8f4..64bf21b 100644 --- a/spec/README.md +++ b/spec/README.md @@ -610,10 +610,10 @@ Commands: 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 -to a `.pow` file, which is a shell script that contains commands to configure +to a `pow` file, which is a shell script that contains commands to configure the Kapow! server. -The `.pow` can leverage the `kapow route` command, which is used to define a route. +The `pow` can leverage the `kapow route` command, which is used to define a route. The `kapow route` command needs a way to reach the Kapow! server, and for that, `kapow` provides the `KAPOW_URL` variable in the environment of the aforementioned shell script.