From 3458934e12025360076e40b68a89cccb1c564400 Mon Sep 17 00:00:00 2001 From: Tomofumi Hayashi Date: Thu, 18 Oct 2018 17:12:00 +0900 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f3479001e..dd0f8e5eb 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ Following is the example of multus config file, in `/etc/cni/net.d/`. "logLevel": "debug", /* NOTE: you can set clusterNetwork+defaultNetworks OR delegates!! (this is only for manual) */ "clusterNetwork": "defaultCRD", - "defaultNetwork": ["sidecarCRD", "flannel"], + "defaultNetworks": ["sidecarCRD", "flannel"], "delegates": [{ "type": "weave-net", "hairpinMode": true