diff --git a/README.md b/README.md index eca589f..5a03d64 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ The `currents cache` command allows you to archive files from specified location To cache files, run `npx currents cache set --key --id --paths `. -To download files, run `npx currents cache set --key --preset last-run`. +To download files, run `npx currents cache get --key --id `. For more examples and usage options, run `npx currents cache --help`. diff --git a/packages/cmd/README.md b/packages/cmd/README.md index 023b41e..de82c7a 100644 --- a/packages/cmd/README.md +++ b/packages/cmd/README.md @@ -82,7 +82,7 @@ npx currents cache set --key --id --paths --preset last-run +npx currents cache get --key --id ``` For more examples and usage options, run `npx currents cache --help`.