Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
backflip committed Sep 20, 2019
1 parent 9101b8b commit 759a05f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Webpack loader for HTL/Sightly templates. Based on [`@adobe/htlengine`](https://

## Usage

See [](./test).
See [./test](./test).

1. Add loader to `webpack.config.js`:

Expand All @@ -19,7 +19,7 @@ See [](./test).
{
test: /\.htl$/,
use: {
loader: "htl-loader,
loader: "htl-loader",
options: {
globalName: "htl"
}
Expand Down

0 comments on commit 759a05f

Please sign in to comment.