From 25de7b488297e34d0f61a28ab2b0d7c86a1ef442 Mon Sep 17 00:00:00 2001 From: pancho horrillo Date: Fri, 23 Sep 2016 05:26:03 +0200 Subject: [PATCH] Fix directory reference (example-> api-example) (#11) --- pixiecore/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pixiecore/README.md b/pixiecore/README.md index e23083d..5859158 100644 --- a/pixiecore/README.md +++ b/pixiecore/README.md @@ -105,7 +105,7 @@ sudo pixiecore api https://foo.example/pixiecore The endpoint you provide must implement the Pixiecore boot API, as described in the [API spec](README.api.md). -You can find a sample API server implementation in the `example` +You can find a sample API server implementation in the `api-example` subdirectory. The code is not production-grade, but gives a short illustration of how the protocol works by reimplementing a subset of Pixiecore's static mode as an API server.