From 3467031db99a77860b2b1502975b1bbcf32b68fd Mon Sep 17 00:00:00 2001 From: Tlams Date: Thu, 12 Apr 2018 19:32:28 +0100 Subject: [PATCH] fix doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 466d728..fc92886 100644 --- a/README.md +++ b/README.md @@ -234,7 +234,7 @@ curl -H -XPOST -d '{ "name": "Cluster_B", '/api/v1/administration/cluster/' | GET - Return the informations for an specific cluster | PUT - Update the configurations for an specific cluster | DELETE - Delete the configuration for an specific cluster - | POST - Inster a new cluster + | POST - Insert a new cluster '/api/v1/administration/cluster/' | GET - Return all clusters information ```