diff --git a/staging/src/k8s.io/client-go/examples/README.md b/staging/src/k8s.io/client-go/examples/README.md index 63a85778c76..b24964119d3 100644 --- a/staging/src/k8s.io/client-go/examples/README.md +++ b/staging/src/k8s.io/client-go/examples/README.md @@ -11,7 +11,7 @@ To enable these plugins in your program, import them in your main package. You can load all auth plugins: ```go -import _ "k8s.io/client-go/plugin/pkg/client/auth +import _ "k8s.io/client-go/plugin/pkg/client/auth" ``` Or you can load specific auth plugins: @@ -48,4 +48,4 @@ import _ "k8s.io/client-go/plugin/pkg/client/auth/openstack" ### Testing -- [**Fake Client**](./fake-client): Use a fake client in tests. \ No newline at end of file +- [**Fake Client**](./fake-client): Use a fake client in tests.