From 947a73b2a540c304b1b70a054f4740f6aa586231 Mon Sep 17 00:00:00 2001 From: JoeWrightss <42261994+JoeWrightss@users.noreply.github.com> Date: Tue, 26 Feb 2019 14:13:02 +0800 Subject: [PATCH] Fix some misspells in README.md (#528) Signed-off-by: zhoulin xie --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 10d8b4432..a388debd8 100644 --- a/README.md +++ b/README.md @@ -224,8 +224,8 @@ Create a new directory for your provider under `providers` and implement the following interface. Then add register your provider in `providers/register/_provider.go`. Make sure to add a build tag so that your provider can be excluded from being built. The format for this build tag -should be `no__provider`. Also make sure your provdider has all -neccessary platform build tags, e.g. "linux" if your provider only compiles on Linux. +should be `no__provider`. Also make sure your provider has all +necessary platform build tags, e.g. "linux" if your provider only compiles on Linux. ```go // Provider contains the methods required to implement a virtual-kubelet provider.