From 6a08f215af1f19b73189122935516526d31ab0f0 Mon Sep 17 00:00:00 2001 From: aattuluri <44482891+aattuluri@users.noreply.github.com> Date: Mon, 23 Sep 2019 15:23:15 -0700 Subject: [PATCH] Typo in docs --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c3a4a336..8b846469 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,8 +6,8 @@ We welcome contributions :) * Make sure to check existing issues and file an issue before starting to work on a feature/bug. This will help prevent duplication of work. ## Setting up for local Development -* Use `Single Cluster` or `Multi-Cluster` sections [HERE](./README.MD) to set up the local test cluster. +* Use `Single Cluster` or `Multi-Cluster` sections [HERE](./README.md) to set up the local test cluster. * Run `admiral` from your IDE. ``` /admiral/cmd/admiral/main.go --kube_config -``` \ No newline at end of file +```