Skip to content

Commit

Permalink
better docs and npm start
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Nelson committed Jan 1, 2024
1 parent ba4249a commit 4c5a041
Show file tree
Hide file tree
Showing 3 changed files with 244 additions and 26 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ You can install locally using npm:
npm install live-template
```

You can also use `live-template` without any build tool at all by using an [import map]()
You can also use `live-template` without any build tool at all by using an [import map](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script/type/importmap). See index.html for a working example.

## Usage

Expand All @@ -53,7 +53,7 @@ Add a `<live-template>` element. Required attributes are:

## Template syntax

The template syntax is provided by the [templize](https://github.com/dy/templize) library. Expressions are surrounded by `{{}}`. See templize docs for all supported feature.
The template syntax is provided by the [templize](https://github.com/dy/templize) library. Expressions are surrounded by `{{}}`. See templize docs for all supported expressions and features.

## Sending events

Expand Down
Loading

0 comments on commit 4c5a041

Please sign in to comment.