summaryrefslogtreecommitdiff
path: root/docs/contributing
diff options
context:
space:
mode:
Diffstat (limited to 'docs/contributing')
-rw-r--r--docs/contributing/development.md2
-rw-r--r--docs/contributing/start.md6
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/contributing/development.md b/docs/contributing/development.md
index 3ff1123..331a4f9 100644
--- a/docs/contributing/development.md
+++ b/docs/contributing/development.md
@@ -2,7 +2,7 @@
## Requirements
-Getting started to develop ArgoCD Image Updater shouldn't be too hard. All that
+Getting started to develop Argo CD Image Updater shouldn't be too hard. All that
is required is a simple build toolchain, consisting of:
* Golang v1.14
diff --git a/docs/contributing/start.md b/docs/contributing/start.md
index 604e89f..b50e6ec 100644
--- a/docs/contributing/start.md
+++ b/docs/contributing/start.md
@@ -1,10 +1,10 @@
-# Contributing to ArgoCD Image Updater
+# Contributing to Argo CD Image Updater
-Contributing to ArgoCD Image Updater is easy! You can contribute in a number of
+Contributing to Argo CD Image Updater is easy! You can contribute in a number of
ways, e.g.
* raise bug reports in the issue tracker,
-* send your ideas for enhancing ArgoCD Image Update,
+* send your ideas for enhancing Argo CD Image Update,
* participate with your knowledge in existing issues,
* vote for existing feature requests,
* send Pull Requests for the docs, for the code, for the build toolchain, etc