From 686837227e06b9f67eff6ecf17984f055a48a311 Mon Sep 17 00:00:00 2001 From: Rob Szumski Date: Mon, 28 Jul 2014 11:28:16 -0700 Subject: [PATCH] fix(docs/api): mention version endpoint is per instance --- Documentation/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/api.md b/Documentation/api.md index eb265977e..6c177d41f 100644 --- a/Documentation/api.md +++ b/Documentation/api.md @@ -15,7 +15,7 @@ The `-name machine0` tells the rest of the cluster that this machine is named ma ## Getting the etcd version -The etcd version can be obtained from the `/version` endpoint. +The etcd version of a specific instance can be obtained from the `/version` endpoint. ```sh curl -L http://127.0.0.1:4001/version