From 696311c1c9eaf28dc2f8b4574bbae981a395f171 Mon Sep 17 00:00:00 2001 From: Kishan Sambhi Date: Mon, 5 Aug 2024 22:51:09 +0100 Subject: [PATCH] Docs: `email` now called `to` --- email/mailmerge-cli/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/email/mailmerge-cli/README.md b/email/mailmerge-cli/README.md index 70f1da2..1daf0f2 100644 --- a/email/mailmerge-cli/README.md +++ b/email/mailmerge-cli/README.md @@ -6,7 +6,7 @@ 2. Run `npm run build` in this folder (`email/mailmerge-cli`) 3. Run `npm link` in this folder - this adds `docsoc-mailmerge` to your path 4. In a blank directory somewhere (known as the "mailmerge workspace"), create these folders & files: - 1. `./data/names.csv` - CSV file with at the minimum `email` & `subject` columns + 1. `./data/names.csv` - CSV file with at the minimum `to` & `subject` columns 2. `./templates/template.md.njk` - nunjucks markdown template for your emails (see `/email/workspace/templates/tempkate.md.njk` for an example, where `/` is the repo root) 3. `./templates/wrapper.html.njk`, a HTML wrapper for the email (use the contents of `/email/workspace/templates/wrapper.html.njk`) 5. Run `docsoc-mailmerge generate nunjucks --help` and read the help text