Skip to content

Commit

Permalink
docs(readme): add note about map polyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
steelsojka committed Aug 25, 2017
1 parent 2e7760a commit 349f544
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Decorators using lodash functions. View the [API docs](https://steelsojka.github


- [Install](#install)
- [Polyfills](#polyfills)
- [Usage](#usage)
- [Decorators](#decorators)
- [Example](#example)
Expand Down Expand Up @@ -40,6 +41,10 @@ Decorators using lodash functions. View the [API docs](https://steelsojka.github

`npm install --save lodash lodash-decorators`

### Polyfills

This library requires `Map` to be available globally. If `Map` is not supported in your environment then use a polyfill.

## Usage

For more in depth documentation please visit [Lodash](http://lodash.com/docs)
Expand Down

0 comments on commit 349f544

Please sign in to comment.