Skip to content

Commit

Permalink
Add usage example (#1002)
Browse files Browse the repository at this point in the history
  • Loading branch information
camiblanch committed Jun 2, 2023
1 parent b536555 commit 841e1d4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -28,6 +28,14 @@ can be installed with the following command:

If you don't want to use npm, [papaparse.min.js](https://unpkg.com/papaparse@latest/papaparse.min.js) can be downloaded to your project source.

Usage
-----

import Papa from 'papaparse';

Papa.parse(file, config);

const csv = Papa.unparse(data[, config]);

Homepage & Demo
----------------
Expand Down

0 comments on commit 841e1d4

Please sign in to comment.