From 6e1d91bc5fc245c77ab4b892a1450981016fa22e Mon Sep 17 00:00:00 2001 From: antigravkids Date: Wed, 17 Apr 2024 11:04:36 -0700 Subject: [PATCH] testing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ddb8732..cf671e5 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ If you have a single column containing the address, you can use this: If you have separate columns for the street, city, state and country, you can use this: - {{ street }}, {{ city }}, {{ state }}, {{ country }} + {{ street }}, {{ city }}, {{ state }}, {{ country }} If your address column is missing the country, but all of the addresses are in the USA, you could use this: