fix typos

This commit is contained in:
Ian Richardson
2019-11-08 12:32:40 -06:00
parent 11d6b8a866
commit 85410c33d2
+2 -2
View File
@@ -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
```