Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
taylordowns2000 committed Sep 3, 2020
1 parent 5b22b69 commit 5335757
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lib/Adaptor.js
Expand Up @@ -429,13 +429,13 @@ function request(params) {
* CSV-Parse for CSV conversion to JSON
* @public
* @example
* parseCSV("https://www.site.com/downloads/file.csv", {
* parseCSV("/home/user/someData.csv", {
* quoteChar: '"',
* header: false,
* });
* @function
* @param {String} target - string or local file with CSV data
* @param {Object} config - PapaParse config object
* @param {Object} config - csv-parse config object
* @returns {Operation}
*/

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "language-http",
"version": "2.4.10",
"version": "2.4.11",
"description": "An HTTP request language package for use with Open Function",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 5335757

Please sign in to comment.