Skip to content

Commit

Permalink
docs: add preamble to install section
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Oct 1, 2021
1 parent 73559c1 commit 9bd9de2
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,14 @@
[Express.js](https://expressjs.com/) view engine for
[handlebars.js](https://handlebarsjs.com/)

## Install ##
## Installation

```
npm install hbs
This is a [Node.js](https://nodejs.org/en/) module available through the
[npm registry](https://www.npmjs.com/). Installation is done using the
[`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally):

```bash
$ npm install hbs
```

## Use ##
Expand Down

0 comments on commit 9bd9de2

Please sign in to comment.