From c12876ddb4965441c64162e5f4e1a7a02b1c1da0 Mon Sep 17 00:00:00 2001 From: budparr Date: Mon, 7 Jan 2019 19:42:29 -0500 Subject: [PATCH] Update readme for formspree change Fixes #150 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b5d73ac..2419d6a 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ example: `background_color_class = "bg-blue"` or `background_color_class = "bg-g This theme includes a shortcode for a contact form that you can add to any page (there is an example on the contact page in the exampleSite folder). One option is to use [formspree.io](//formspree.io/) as proxy to send the actual email. Each month, visitors can send you up to one thousand emails without incurring extra charges. Visit the Formspree site to get the "action" link and add it to your shortcode like this: ``` -{{< form-contact action="http://formspree.io/your@email.com" >}} +{{< form-contact action="https://formspree.io/your@email.com" >}} ``` ### Update font or body classes