diff --git a/README.md b/README.md index 905e9c60..8c8e7033 100644 --- a/README.md +++ b/README.md @@ -813,16 +813,16 @@ _See code: [lean/commands/create_project.py](lean/commands/create_project.py)_ ### `lean data download` -Purchase and download data directly from QuantConnect or download from Support Data Providers +Purchase and download data directly from QuantConnect or download from supported data providers ``` Usage: lean data download [OPTIONS] - Purchase and download data directly from QuantConnect or download from Support Data Providers + Purchase and download data directly from QuantConnect or download from supported data providers 1. Acquire Data from QuantConnect Datasets: Purchase and seamlessly download data directly from QuantConnect. - 2. Streamlined Access from Support Data Providers: + 2. Streamlined Access from supported data providers: - Choose your preferred historical data provider. diff --git a/lean/commands/data/download.py b/lean/commands/data/download.py index 1db52c39..9901005f 100644 --- a/lean/commands/data/download.py +++ b/lean/commands/data/download.py @@ -576,10 +576,10 @@ def download(ctx: Context, update: bool, no_update: bool, **kwargs) -> None: - """Purchase and download data directly from QuantConnect or download from Support Data Providers + """Purchase and download data directly from QuantConnect or download from supported data providers 1. Acquire Data from QuantConnect Datasets: Purchase and seamlessly download data directly from QuantConnect.\n - 2. Streamlined Access from Support Data Providers:\n + 2. Streamlined Access from supported data providers:\n - Choose your preferred historical data provider.\n - Initiate hassle-free downloads from our supported providers.