Skip to content

Commit

Permalink
doc: removed obsolete install explanation in readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fwalzel committed Sep 3, 2024
1 parent 54d66f0 commit 60d776a
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,8 @@ If you use handlebars-i18n in a professional context, you could

## Install

If you use version npm >= 7:

```bash
$ npm i handlebars-i18n
```

For older versions do:

```bash
$ npm i handlebars-i18n [email protected] [email protected] [email protected]
npm i handlebars-i18n
```

## Usage
Expand Down Expand Up @@ -147,7 +139,7 @@ Finally use in template:

* returns for "en" → **$1,200.99**

## Further examples
## Detailed examples

:point_right: See the *examples folder* in the repo for more use cases and details.

Expand Down

0 comments on commit 60d776a

Please sign in to comment.