From 362a7d0bd65c3250153e22d19f665fa4d516c9c7 Mon Sep 17 00:00:00 2001 From: Ashish Billore Date: Thu, 14 Mar 2019 03:04:48 +0900 Subject: [PATCH] Minor Update for typo (#282) --- doc/how-to-use.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/how-to-use.md b/doc/how-to-use.md index 9c3efd353..c3220727e 100644 --- a/doc/how-to-use.md +++ b/doc/how-to-use.md @@ -19,7 +19,7 @@ You may acquire the Multus binary via compilation (see the [developer guide](dev *Via Daemonset method* -As a [quickstart](quickstart.md), you may apply these YAML files (included in the clone of this repository). Run this command (typically you would run this on the master, or wherever you have access to the `kubectl` command to manage yoru cluster). +As a [quickstart](quickstart.md), you may apply these YAML files (included in the clone of this repository). Run this command (typically you would run this on the master, or wherever you have access to the `kubectl` command to manage your cluster). $ cat ./images/{multus-daemonset.yml,flannel-daemonset.yml} | kubectl apply -f -