diff --git a/README.md b/README.md index 80c1a74..4c2c47f 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Transform object from one structure to another by using schema. It's useful in A [![NPM version](https://img.shields.io/npm/v/mapper.js.svg)](https://npmjs.org/package/mapper.js) [![Build status](https://img.shields.io/travis/Jokero/mapper.js.svg)](https://travis-ci.org/Jokero/mapper.js) -**Note:** This module will only work with Node.js >= 4.0. +**Note:** This module works in browsers and Node.js >= 4.0. ## Installation @@ -13,6 +13,22 @@ Transform object from one structure to another by using schema. It's useful in A npm install mapper.js ``` +### Node.js +```js +const mapper = require('mapper.js'); +``` + +### Browser +``` +