From c806ee308ae5d582b2723c483defbed59aac7ea4 Mon Sep 17 00:00:00 2001 From: Richard Macklin Date: Mon, 1 Jan 2024 15:25:04 -0800 Subject: [PATCH] Remove remaining reference in README to deleted `--download` CLI option This CLI flag was deleted in 23575bb3ab5fbe9459ccc98a20915b59542dc94b --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e086e3..b5969dd 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ The packages are downloaded to `vendor/javascript`, which you can check into you If you later wish to remove a downloaded pin: ```bash -./bin/importmap unpin react --download +./bin/importmap unpin react Unpinning and removing "react" Unpinning and removing "object-assign" ```