Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alberthaff committed May 20, 2020
1 parent bab3707 commit 2763edd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
# NOT RELEASED YET
This version is not released on NPM yet.

# Introduction

This library is a Papa Parse wrapper for Angular.
This version is only compatible with Angular 8+.
This version is only compatible with Angular 9+.
For older versions of Angular, please use an older version of ngx-papaparse.

# Installation
In order to install the library, run following command in your project directory:

```bash
$ npm install ngx-papaparse@4 --save
$ npm install ngx-papaparse@5 --save
```

Once installed, Papa Parse is automatically imported to your project.
Expand Down

0 comments on commit 2763edd

Please sign in to comment.