From ea6a840be36baefcc9bbc1d8e5872700c0a35e44 Mon Sep 17 00:00:00 2001 From: ndrpnt <22328659+ndrpnt@users.noreply.github.com> Date: Sat, 19 Jun 2021 11:58:25 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be324c10..c5faf5ec 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ Head over to our [Getting Started](./docs/Getting-Started.md) guide for further ## How it works The autopilot bootstrap command will deploy an Argo-CD manifest to a target k8s cluster, and will commit an Argo-CD Application manifest under a specific directory in your GitOps repository. This Application will manage the Argo-CD installation itself - so after running this command, you will have an Argo-CD deployment that manages itself through GitOps. -From that point on, the use can create Projects and Applications that belong to them. Autopilot will commit the required manifests to the repository. Once committed, Argo-CD will do its magic and apply the Applications to the cluster. +From that point on, the user can create Projects and Applications that belong to them. Autopilot will commit the required manifests to the repository. Once committed, Argo-CD will do its magic and apply the Applications to the cluster. An application can be added to a project from a public git repo + path, or from a directory in the local filesystem.