Fix some misspells in README.md (#528)

Signed-off-by: zhoulin xie <zhoulin.xie@daocloud.io>
This commit is contained in:
JoeWrightss
2019-02-26 14:13:02 +08:00
committed by Brian Goff
parent d3b1401fef
commit 947a73b2a5

View File

@@ -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_name>_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_name>_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_name>_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.