From b5cf1a195417ba1b8fc28163c60c6119a13616a9 Mon Sep 17 00:00:00 2001 From: "M. George Hansen" Date: Mon, 9 May 2022 13:01:31 -0700 Subject: [PATCH] chore: fix README typo :( --- csv-to-json/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csv-to-json/README.md b/csv-to-json/README.md index c1bf014..4043e33 100644 --- a/csv-to-json/README.md +++ b/csv-to-json/README.md @@ -25,7 +25,7 @@ $> csv-to-json listening on 127.0.0.1:8000 ``` -To parse a csv into JSON, simply make a multipart/form-data POST request to the root path where the server is listening (all other request types and paths will return a 404 NOT FOUND response). +To parse a csv into JSON, simply make a multipart/form-data POST request to the root path where the server is listening (all other request types and paths will return a 404 NOT FOUND response). Include a file field in the multipart request that contains the encoded CSV data. You can name this multipart field anything you like, the service will just take the first field that it finds from the multipart request. The field name "file" is used in all examples. For example, given a CSV file `fakebirds.csv` containing the following records: