From a58f908685d6fcfe3950bb7a3651634a04cccdd1 Mon Sep 17 00:00:00 2001 From: Tom Kerkhove Date: Sun, 24 Mar 2019 15:43:05 -0700 Subject: [PATCH] Remove double "Usage" in docs (#270) Remove double "Usage" in docs --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 45bf1b3..c72dd18 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,6 @@ dotnet add package KubernetesClient ``` -# Usage - ## Authentication/Configuration You should be able to use an standard KubeConfig file with this library, see the `BuildConfigFromConfigFile` function below. Most authentication