From 68a80bcf9b64e7e09afe6490c9c3b4d203ca135a Mon Sep 17 00:00:00 2001 From: Ashish Billore Date: Fri, 19 Jun 2020 15:39:28 +0900 Subject: [PATCH] Update README.md Updated "Notes" for minor fixes. --- plugins/main/macvlan/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/main/macvlan/README.md b/plugins/main/macvlan/README.md index 6653d901..6a143724 100644 --- a/plugins/main/macvlan/README.md +++ b/plugins/main/macvlan/README.md @@ -30,5 +30,5 @@ Since each macvlan interface has its own MAC address, it makes it easy to use wi ## Notes -* If are testing on a laptop, please remember that most wireless cards do not support being enslaved by macvlan. +* If you are testing on a laptop, please remember that most wireless cards do not support being enslaved by macvlan. * A single master interface can not be enslaved by both `macvlan` and `ipvlan`.