From 40c225e990c7d35df4556cce79eb2230b6ca1c88 Mon Sep 17 00:00:00 2001 From: Franciosi Date: Wed, 12 May 2021 11:22:15 -0400 Subject: [PATCH] Small typo improves in README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Small typo improves Signed-off-by: André Franciosi --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1790e1b4..9df47595 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![Build Status](https://travis-ci.org/containernetworking/plugins.svg?branch=master)](https://travis-ci.org/containernetworking/plugins) -# plugins +# Plugins Some CNI network plugins, maintained by the containernetworking team. For more information, see the [CNI website](https://www.cni.dev). Read [CONTRIBUTING](CONTRIBUTING.md) for build and test instructions. @@ -14,7 +14,7 @@ Read [CONTRIBUTING](CONTRIBUTING.md) for build and test instructions. * `ptp`: Creates a veth pair. * `vlan`: Allocates a vlan device. * `host-device`: Move an already-existing device into a container. -#### Windows: windows specific +#### Windows: Windows specific * `win-bridge`: Creates a bridge, adds the host and the container to it. * `win-overlay`: Creates an overlay interface to the container. ### IPAM: IP address allocation