From 5f60624aaa874ea6d26cd75802814098d4af81b4 Mon Sep 17 00:00:00 2001 From: Ryan Johnson Date: Fri, 22 Jul 2022 14:36:26 -0400 Subject: [PATCH] docs: Update `README.md` Update `scc_email` example from `hello#rainpole.io` to `hello@rainpole.io`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 102daea07..1b0bb1ce8 100644 --- a/README.md +++ b/README.md @@ -793,7 +793,7 @@ Edit the `config/scc.pkvars.hcl` file to configure the following: **Example**: `config/scc.pkvars.hcl` ```hcl -scc_email = "hello#rainpole.io" +scc_email = "hello@rainpole.io" scc_code = "" ```