From 85410c33d21f63728febbf4d71d0cea4254e5c4f Mon Sep 17 00:00:00 2001 From: Ian Richardson Date: Fri, 8 Nov 2019 12:32:40 -0600 Subject: [PATCH] fix typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e67f8019..b89b348b 100644 --- a/README.md +++ b/README.md @@ -73,12 +73,12 @@ Customize to suit your needs and contribute it back to the community 1. Fork and clone the repository. 2. Open the [devcontainer][devcontainer] and run `npm start` when it's ready. 3. The compiled `.js` file will be accessible on - `http://127.0.0.1:5000/custom-header.js`. + `http://127.0.0.1:5000/boilerplate-card.js`. 4. On a running Home Assistant installation add this to your Lovelace `resources:` ```yaml -- url: "http://127.0.0.1:5000/custom-header.js" +- url: "http://127.0.0.1:5000/boilerplate-card.js" type: module ```