Skip to content

Commit

Permalink
📝 Update Readme with install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Sumolari committed Oct 10, 2018
1 parent 047c382 commit c0b71d2
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,25 @@ A collection of functionalities to extend lodash library.

## Installation

`yarn add --save lodash-mixins`
Using NPM:

```bash
npm i --save @geoblink/lodash-mixins
```

Or yarn:

```bash
yarn add --save @geoblink/lodash-mixins
```

## Usage

In your app:

```javascript
const _ = require('lodash')
require('lodash-mixins')(_)
require('@geoblink/lodash-mixins')(_)
```

## API
Expand Down

0 comments on commit c0b71d2

Please sign in to comment.