From a30021367ffb4561fd647edce0b466e8dc7188a2 Mon Sep 17 00:00:00 2001 From: pancho Date: Sun, 4 Sep 2016 07:55:42 +0200 Subject: [PATCH] Drop the dash to api param Currently, no dash is expected when specifying api param. --- pixiecore/README.api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pixiecore/README.api.md b/pixiecore/README.api.md index 4e0909b..ae3e28b 100644 --- a/pixiecore/README.api.md +++ b/pixiecore/README.api.md @@ -57,7 +57,7 @@ URLs provided by the API server can be absolute, or just a naked path. In the latter case, the path is resolved with reference to the API server URL that Pixiecore is using - although note that the path is _not_ rooted within Pixiecore's API path. For example, if you -provide `/foo` as a URL to Pixiecore running with `-api +provide `/foo` as a URL to Pixiecore running with `api http://bar.com/baz`, Pixiecore will fetch `http://bar.com/foo`, _not_ `http://bar.com/baz/foo`.