From 12fd9ccb56cfd3bdf0c6a0a3a6cac7f0b440efce Mon Sep 17 00:00:00 2001 From: Ofek Buchnik Date: Wed, 19 Jul 2023 23:45:59 +0300 Subject: [PATCH] Update README.md Fix in README from "chan ges" to "changes" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7492e7c..c1b33b3 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ for docs on older (v3) versions of git-sync, you probably want to use the # git-sync git-sync is a simple command that pulls a git repository into a local -directory, waits for a while, then repeats. As the remote repository chan ges, +directory, waits for a while, then repeats. As the remote repository changes, those changes will be synced locally. It is a perfect "sidecar" container in Kubernetes - it can pull files down from a repository so that an application can consume them.