From 893c3e7090a3d04dacac6f542222f1ab6a24facf Mon Sep 17 00:00:00 2001 From: Prathamesh Musale Date: Wed, 14 Aug 2024 20:48:40 +0530 Subject: [PATCH] Update instructions --- scripts/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/README.md b/scripts/README.md index 7f8e81e..195a41b 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -32,5 +32,5 @@ yarn map-subscribers-to-participants --subscribers-csv --output # Example: - # yarn map-subscribers-to-participants --subscribers-csv subscribers.csv --output result.csv + # yarn map-subscribers-to-participants --subscribers-csv subscribers.csv --output result-$(date +"%Y-%m-%d%Y%m%d").csv ```