Skip to content

Commit 410cd68

Browse files
committed
Update README links to ref the new demos
1 parent b13af09 commit 410cd68

File tree

1 file changed

+18
-5
lines changed

1 file changed

+18
-5
lines changed

README.md

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ This is a complete, customizable, battle tested, performance optimized CSV parse
1313

1414
Enough with the wind-up...
1515

16-
Want to see it in action? Check out the [Basic Usage Demo](http://evanplaice.github.io/jquery-csv/examples/basic-usage.html).
1716

1817
# Features
1918

@@ -115,13 +114,27 @@ Instead of the typical useless contrived example code, I have provided a handful
115114

116115
Want to play with the parser and maybe validate your CSV data without all the frills? No need to download the source first, there's a demo for that...
117116

118-
[jQuery-CSV - Basic Usage Demonstration](http://evanplaice.github.io/jquery-csv/examples/basic-usage.html)
117+
[jQuery-CSV - toArray()](http://evanplaice.github.io/jquery-csv/examples/to-array.html)
119118

120-
## ESM Import
119+
[jQuery-CSV - toArrays()](http://evanplaice.github.io/jquery-csv/examples/to-arrays.html)
121120

122-
Here is an example of how to import jQuery-csv in ECMAScript:
121+
[jQuery-CSV - fromArrays()](http://evanplaice.github.io/jquery-csv/examples/from-arrays.html)
123122

124-
[jQuery-CSV - ESM Import Demonstration](http://evanplaice.github.io/jquery-csv/examples/esm-usage.js)
123+
[jQuery-CSV - toObjects()](http://evanplaice.github.io/jquery-csv/examples/to-objects.html)
124+
125+
[jQuery-CSV - fromObjects()](http://evanplaice.github.io/jquery-csv/examples/from-objects.html)
126+
127+
## Node.js ESM (EcmaScript Module) Import
128+
129+
Here's how to import jQuery-CSV in ECMAScript Node.js:
130+
131+
[jQuery-CSV - ESM Import Demonstration](http://evanplaice.github.io/jquery-csv/examples/snippets/esm-usage.js)
132+
133+
## Node.js CJS (CommonJS Module) Import
134+
135+
Here's how to import jQuery-CSV in ECMAScript Node.js:
136+
137+
[jQuery-CSV - CJS Import Demonstration](http://evanplaice.github.io/jquery-csv/examples/snippets/node-usage.js)
125138

126139
## Client-Side File Handling
127140

0 commit comments

Comments
 (0)