From bc21212980332de28d065b55cf4b3090e8b9bda9 Mon Sep 17 00:00:00 2001
From: Naoki Oketani <okepy.naoki@gmail.com>
Date: Tue, 23 Feb 2021 23:23:38 +0900
Subject: [PATCH] chore: fix an invalid markdown syntax (#815)

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 15d7fd7..135e592 100644
--- a/README.md
+++ b/README.md
@@ -196,7 +196,7 @@ The default labels applied to master nodes has changed since Kubernetes 1.11, so
 
 1. Create an AKS cluster(e.g. 1.13.7) with RBAC enabled, otherwise there would be 4 failures
 
-1. Use the [kubectl-enter plugin] (https://github.com/kvaps/kubectl-enter) to shell into a node
+1. Use the [kubectl-enter plugin](https://github.com/kvaps/kubectl-enter) to shell into a node
 `
 kubectl-enter {node-name}
 `
-- 
GitLab