aboutsummaryrefslogtreecommitdiffsponsor
diff options
context:
space:
mode:
authorSlack Coder <slackcoder@server.ky>2024-07-20 08:43:02 -0500
committerSlack Coder <slackcoder@server.ky>2024-07-20 08:44:09 -0500
commitb81d017b42cc814e603de2b49e4b78362ae73f2a (patch)
tree048fc0e7d00637ccd2941b1599897268e8ab7773
parent17ad1a3eb3d52f4b0ca73eff5c29a03fb79aa29d (diff)
downloadmirror-b81d017b42cc814e603de2b49e4b78362ae73f2a.tar.xz
Update README
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 6ac2e91..a2ae660 100644
--- a/README.md
+++ b/README.md
@@ -57,11 +57,11 @@ sudo GOBIN=/usr/local/sbin go build ./cmd/...
Configuration is provided via json file format.
- `min-interval` is the minimum time to wait before mirroring a project.
- - `max-interval` is the minimum time to wait before mirroring a project.
+ - `max-interval` is the maximum time to wait before mirroring a project.
- `mirrors` is the list of projects you want mirrored and how.
- - `rsync` for mirroring files.
- - `git` for mirroring project source code.
- - `github-assets` for mirroring Github project assets.
+ - `rsync` for mirroring files.
+ - `git` for mirroring project source code.
+ - `github-assets` for mirroring Github project assets.
Refer to the following example. Mirror will mirror each project at a random
interval between 1 and 24 hours.