Skip to content

Commit

Permalink
docs: Adjust wording
Browse files Browse the repository at this point in the history
  • Loading branch information
dadav authored Jun 30, 2024
1 parent c748b5e commit e501200
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ This project is still in an very early stage. Contributions are very welcome.

You put your modules in the directory `~/.gorge/modules/$module/$release.tar.gz` and gorge will
send them to incoming requests from puppet or r10k.
If the module is not found locally it will forward to request (if configured) to an upstream
If the module is not found locally it will forward the request (if configured) to an upstream
forge.
The result of this upstream request will be cached for one day (if not disabled with `--no-cache`).
The results will be cached for one day (if not disabled with `--no-cache`).
Usually the request results in a module tarball being downloaded. You can set `--import-proxied-releases`
to automatically import them in your `~/.gorge/modules` directory.

Expand Down

0 comments on commit e501200

Please sign in to comment.