From f48412b2342692fb3db2de72cdc9b8ce899e267d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Lov=C3=A9n?= Date: Wed, 23 Oct 2019 09:13:27 +0200 Subject: [PATCH] Typo in readme. Fix #67 --- .github/ISSUE_TEMPLATE/bug-report.md | 11 ++++------- README.md | 4 ++-- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 770a489..0f21c3b 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -40,10 +40,7 @@ Error messages from the browser console: **By putting an X in the boxes ([ ]) below, I indicate that I:** -[ ] Understand that this is a channel for reporting bugs, not a support forum (https://community.home-assistant.io/). - -[ ] Have made sure I am using the latest version of the plugin. - -[ ] Have followed the troubleshooting steps of the "Common Problems" section of https://github.com/thomasloven/hass-config/wiki/Lovelace-Plugins. - -[ ] Understand that leaving one or more boxes unticked or failure to follow the template above may increase the time required to handle my bug-report, or cause it to be closed without further action. +- [ ] Understand that this is a channel for reporting bugs, not a support forum (https://community.home-assistant.io/). +- [ ] Have made sure I am using the latest version of the plugin. +- [ ] Have followed the troubleshooting steps of the "Common Problems" section of https://github.com/thomasloven/hass-config/wiki/Lovelace-Plugins. +- [ ] Understand that leaving one or more boxes unticked or failure to follow the template above may increase the time required to handle my bug-report, or cause it to be closed without further action. diff --git a/README.md b/README.md index 992b696..4e09d28 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ Install `fold-entity-row.js` as a `module`. ```yaml resources: - url: /local/fold-entity-row.js - type: module + - url: /local/fold-entity-row.js + type: module ``` ## Usage