From 2eb3d231248003b983a908ef7de4b0a3ce29cd7e Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Mon, 24 Nov 2014 11:58:13 -0700 Subject: [PATCH] Updated README --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4ec37a1..6af1442 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,11 @@ Parse CSV with Javascript [![mholt on Gratipay](http://img.shields.io/badge/tips-accepted-brightgreen.svg?style=flat)](https://www.gratipay.com/mholt/) -Papa Parse is the fastest CSV (or delimited text) parser for JavaScript. It is reliable and correct according to [RFC 4180](https://tools.ietf.org/html/rfc4180), and it comes with these features: +Papa Parse is the [fastest](http://jsperf.com/javascript-csv-parsers/4) in-browser CSV (or delimited text) parser for JavaScript. It is reliable and correct according to [RFC 4180](https://tools.ietf.org/html/rfc4180), and it comes with these features: - Easy to use - Parse CSV files directly (local or over the network) +- Fast mode ([is really fast](http://jsperf.com/javascript-csv-parsers/3)) - Stream large files (even via HTTP) - Reverse parsing (converts JSON to CSV) - Auto-detect delimiter @@ -23,7 +24,11 @@ Homepage & Demo ---------------- - [Homepage](http://papaparse.com) -- [Demo](http://papaparse.com/demo.html) +- [Demo](http://papaparse.com/demo) + +To learn how to use Papa Parse: + +- [Documentation](http://papaparse.com/docs) Papa Parse for Node @@ -55,7 +60,7 @@ Get Started Use [papaparse.min.js](https://github.com/mholt/PapaParse/blob/master/papaparse.min.js) for production. -For usage instructions, see the [homepage](http://papaparse.com) and, for more detail, the [documentation](http://papaparse.com/docs.html). +For usage instructions, see the [homepage](http://papaparse.com) and, for more detail, the [documentation](http://papaparse.com/docs).