From 56d13a433384357cc2fbcd2682ad43ac3aa1b2ed Mon Sep 17 00:00:00 2001 From: Austin Siewert Date: Tue, 18 Oct 2022 14:54:04 -0400 Subject: [PATCH] fixed code formatting in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a18fe01..7e355b3 100755 --- a/README.md +++ b/README.md @@ -17,4 +17,4 @@ composer require siebird/craft-watchtower -w && php craft plugin/install watchto In the control panel, go to settings, find Watchtower and click to configure. ## Custom Email Template -Review the default email template ('./src/templates/_emails/notification`) as a starting point. Enter the updated path in the custom email template field relative to Craft's `./templates` folder. \ No newline at end of file +Review the default email template (`./src/templates/_emails/notification`) as a starting point. Enter the updated path in the custom email template field relative to Craft's `./templates` folder. \ No newline at end of file