From 4516f9903cfb9d316f79aa2498f9f1333fd9724e Mon Sep 17 00:00:00 2001 From: Aarav <80801287+Aarav-USA@users.noreply.github.com> Date: Wed, 16 Feb 2022 21:11:54 -0500 Subject: [PATCH] swapped email and email_client (#59) Reorder instructions to avoid bugs where replacing email would cause email_client to be not found. Replacing email_client is the acceptable solution because email can also be found. --- BLANK_README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BLANK_README.md b/BLANK_README.md index c14e75ce..5671a42a 100644 --- a/BLANK_README.md +++ b/BLANK_README.md @@ -84,7 +84,7 @@ [![Product Name Screen Shot][product-screenshot]](https://example.com) -Here's a blank template to get started: To avoid retyping too much info. Do a search and replace with your text editor for the following: `github_username`, `repo_name`, `twitter_handle`, `linkedin_username`, `email`, `email_client`, `project_title`, `project_description` +Here's a blank template to get started: To avoid retyping too much info. Do a search and replace with your text editor for the following: `github_username`, `repo_name`, `twitter_handle`, `linkedin_username`, `email_client`, `email`, `project_title`, `project_description`

(back to top)