Skip to content
This repository has been archived by the owner on Dec 22, 2022. It is now read-only.

Commit

Permalink
DOCS: Add installation note
Browse files Browse the repository at this point in the history
  • Loading branch information
grebaldi committed Feb 22, 2016
1 parent 88d7700 commit 26c2f9b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@ Immutable already does a great job on providing functions for these situation. B

Plow JS is aiming to fill the remaining gap with functional operations, that allow you to process large state objects in a clear and declarative way.

## Installation

You can install Plow JS via npm:

```sh
npm install plow-js
```

## Example

Given the following object:
Expand Down

0 comments on commit 26c2f9b

Please sign in to comment.