hamel commited on
Commit
b2a4cb4
1 Parent(s): aaf54dc

Update README.md (#1281)

Browse files
Files changed (1) hide show
  1. README.md +1 -3
README.md CHANGED
@@ -474,11 +474,9 @@ See [examples](examples) for quick start. It is recommended to duplicate and mod
474
  ...
475
 
476
  # Loading Data From a Public URL
477
- # - URLs must use HTTPS protocol for security reasons, not HTTP.
478
- # - The URL should be a direct link to the file you wish to load.
479
  # - The file format is `json` (which includes `jsonl`) by default. For different formats, adjust the `ds_type` option accordingly.
480
  dataset:
481
- - path: https://some.url.com/yourdata.jsonl # Accepts folder with arrow/parquet or file path like above. Supports s3, gcs.
482
  ds_type: json # this is the default, see other options below.
483
  ```
484
 
 
474
  ...
475
 
476
  # Loading Data From a Public URL
 
 
477
  # - The file format is `json` (which includes `jsonl`) by default. For different formats, adjust the `ds_type` option accordingly.
478
  dataset:
479
+ - 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.
480
  ds_type: json # this is the default, see other options below.
481
  ```
482