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 <