From b2a4cb4396922fdd2242981a99e79f8b213ac4a4 Mon Sep 17 00:00:00 2001 From: Hamel Husain Date: Fri, 9 Feb 2024 07:38:08 -0800 Subject: [PATCH] Update README.md (#1281) --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 0d86c304f..47888862b 100644 --- a/README.md +++ b/README.md @@ -474,11 +474,9 @@ See [examples](examples) for quick start. It is recommended to duplicate and mod ... # Loading Data From a Public URL - # - URLs must use HTTPS protocol for security reasons, not HTTP. - # - The URL should be a direct link to the file you wish to load. # - The file format is `json` (which includes `jsonl`) by default. For different formats, adjust the `ds_type` option accordingly. dataset: - - path: https://some.url.com/yourdata.jsonl # Accepts folder with arrow/parquet or file path like above. Supports s3, gcs. + - path: https://some.url.com/yourdata.jsonl # The URL should be a direct link to the file you wish to load. URLs must use HTTPS protocol, not HTTP. ds_type: json # this is the default, see other options below. ```