From 2dd2f234e652065afb0cf7fd3bddd2107f01cba2 Mon Sep 17 00:00:00 2001 From: ndrpnt <22328659+ndrpnt@users.noreply.github.com> Date: Sun, 20 Jun 2021 12:36:13 +0200 Subject: [PATCH] Fix typo (#109) Co-authored-by: roi-codefresh <60569147+roi-codefresh@users.noreply.github.com> --- 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.