Skip to content

Commit

Permalink
docs(readme): Add precision regardin browser support
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahdayan committed Apr 29, 2018
1 parent d716a9f commit 6515a47
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 @@ -13,7 +13,7 @@ Dinero.js is a library for working with monetary values in JavaScript.

## Download/install

Dinero.js provides different builds for different environments.
Dinero.js provides builds for different environments. It also comes with polyfilled versions for older browsers.

The recommended way of install is via [npm][npm] or [Yarn][yarn]:

Expand Down Expand Up @@ -44,7 +44,7 @@ You can use an alias if you wish:
var Money = Dinero
```

Any browser that supports the [Internationalization API][mdn:intl] is compatible with Dinero.js. This means [most browsers][caniuse:intl], and Internet Explorer 11.
Any browser that supports the [Internationalization API][mdn:intl] is compatible with Dinero.js. This means [most browsers][caniuse:intl], and Internet Explorer 11 (this one requires the polyfilled version).

### CommonJS (Node)

Expand Down

0 comments on commit 6515a47

Please sign in to comment.