Skip to content

Commit

Permalink
adds installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ClimbsRocks committed Dec 29, 2015
1 parent 823739e commit e7cb157
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -5,6 +5,14 @@ Fast and reliable CSV parser based on [Papa Parse](http://papaparse.com). Papa P

This package has all the functionality of Papa Parse except for web workers and parsing directly from files. You can pass a string to Baby Parse and use any of the other config options as described in the [Papa Parse documentation](http://papaparse.com/docs).

Installation
-----

```js
// simply install using npm
npm install babyparse
```

Basic Usage
-----

Expand Down

0 comments on commit e7cb157

Please sign in to comment.