From 21c92e12f0e84b9e91b97601b660ff2dc49acb81 Mon Sep 17 00:00:00 2001 From: Maas Lalani Date: Mon, 10 Jul 2023 17:41:40 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6c1acab..44a2c7b 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ pop --body '$(mods -f "Write an email about how the command line is the best.")' --preview ``` -Generate email with mods and send email with pop. +Generate email with mods and send email with pop. * [`charmbracelet/mods`](https://github.com/charmbracelet/mods) @@ -107,7 +107,7 @@ pop --from $(gum choose "vt52@charm.sh" "vt78@charm.sh" "vt100@charm.sh") --to $(gum filter < contacts.txt) ``` -Select contact information with gum and send email with pop. +Select contact information with gum and send email with pop. * [`charmbracelet/gum`](https://github.com/charmbracelet/gum) @@ -121,7 +121,7 @@ invoice generate --item "Rubber Ducky" --rate 25 --quantity 2 --output $FILENAME pop --attach $FILENAME --to client@example.com --from rubberducky@quack.com --body "See attached invoice." ``` -Generate invoice with invoice and attach file and send email with pop. +Generate invoice with invoice and attach file and send email with pop. * [`maaslalani/invoice`](https://github.com/maaslalani/invoice)