diff --git a/README.md b/README.md index 5b870a7..538192b 100644 --- a/README.md +++ b/README.md @@ -13,10 +13,16 @@ This library supports high-level filtering and aggregation operations on HXL dat ## Load a dataset from the web: +Requires that the Papa Parse CSV library be loaded before HXL (there +is a copy bundled in lib/, with permission): + hxl.load('http://example.org/dataset.csv', function (dataset) { console.log('Dataset has ' + dataset.columns.length + ' columns.'); }); +The HXL library will soon also support autodetecting the availability +of D3 and JQuery-based CSV parsing. + ## Create a dataset from array data var rawData = [