From 3723fc3b53960f50b92a65f7ffdcb86ed1171f4c Mon Sep 17 00:00:00 2001 From: Tomofumi Hayashi Date: Thu, 15 Nov 2018 15:57:59 +0100 Subject: [PATCH] Add "NOTE:" and change "NOTE" from "Note" --- doc/how-to-use.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/how-to-use.md b/doc/how-to-use.md index 87319f48d..1c4f33f0a 100644 --- a/doc/how-to-use.md +++ b/doc/how-to-use.md @@ -30,7 +30,7 @@ You could copy binary directory or could use daemonset yaml in multus repository **If you use daemonset to install multus, skip this section and go to "Create network attachment"** -You put CNI config file in `/etc/cni/net.d`. Kubernetes CNI runtime uses the alphabetically first file in the directory. (`"Note1"`, `"Note2"` are just comments, you can remove them at your configuration) +You put CNI config file in `/etc/cni/net.d`. Kubernetes CNI runtime uses the alphabetically first file in the directory. (`"NOTE1"`, `"NOTE2"` are just comments, you can remove them at your configuration) ``` # Execute following commands at all Kubernetes nodes (i.e. master and minions) @@ -42,8 +42,8 @@ $ cat >/etc/cni/net.d/30-multus.conf <