From 058793bda332ee683d36d67d9435352539791ddf Mon Sep 17 00:00:00 2001 From: Kevin Qi <31058485+mskeqi@users.noreply.github.com> Date: Thu, 26 Oct 2017 15:25:36 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7d3556..0525182 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ DevOps open source solution helps user to set up container-based cluster with or If you'd like to deploy from beginning, please follow below holistic steps. If you already have some components being used in your project, you could pick the missing parts from this project and deploy it separately. -* [Deploy a Kubernetes cluster using acs-engine](acs-engie/README.md) - shows you how to use the acs-engine to build container-based clusters. +* [Deploy a Kubernetes cluster using acs-engine](acs-engine/README.md) - shows you how to use the acs-engine to build container-based clusters. * [Deploy a Private docker registry](private-docker-registry/README.md) - describes how to deploy a secure private docker registry * [CI/CD pipeline](cicd/README.md) - shows how to deploy a Jenkins master and create pipeline which includes below 5 steps: * Check out git repro