From 1a1b61967b0c5f010c77722456568a195f48794b Mon Sep 17 00:00:00 2001 From: John Gee Date: Mon, 28 Oct 2024 14:54:27 +1300 Subject: [PATCH] Minor reword --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ed9486..fb879d3 100644 --- a/README.md +++ b/README.md @@ -242,7 +242,7 @@ Remove the cache version after installing using `--cleanup`. This is particularl curl -fsSL https://raw.githubusercontent.com/tj/n/master/bin/n | bash -s install --cleanup lts -Normally `n run`, `n exec`, and `n which` will fail if the target version is not already in the cache. You can add `--download` to use the cache if available or download first if required: +Normally `n run`, `n exec`, and `n which` will fail if the target version is not already in the cache. You can add `--download` to use the cache if available or download if required: n --download run 18.3 my-script.js