Skip to content

Commit

Permalink
docs: optimize installation instruction, list contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
backflip committed Feb 22, 2020
1 parent 369ac66 commit 267271e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Webpack loader for HTL/Sightly templates. Based on [`@adobe/htlengine`](https://

## Installation

`npm install --save-dev htl-loader @adobe/htlengine`
`npm install --save htl-loader @adobe/htlengine`

## Usage

Expand Down Expand Up @@ -41,7 +41,7 @@ document.body.insertAdjacentHTML("beforeend", html);

## Advanced

### Configuration options:
### Configuration options

| Name | Default | Description |
| :-------------------------------------------------------- | :------ | :-------------------------------------------------------- |
Expand Down Expand Up @@ -103,6 +103,10 @@ document.body.insertAdjacentHTML("beforeend", html);
}
```

## Contributors

- [tripodsan](https://github.com/tripodsan)

## License

[MIT](http://www.opensource.org/licenses/mit-license)

0 comments on commit 267271e

Please sign in to comment.