From 7df51b6218f3eaa68c9c27bbdce2406c938bf1f9 Mon Sep 17 00:00:00 2001 From: Abolfazl Shahbazi Date: Tue, 18 Jul 2023 10:15:15 -0700 Subject: [PATCH] Update README.md Fix a minor typo in "cloud-data-connector" package name. --- datasets/data_connector/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/datasets/data_connector/README.md b/datasets/data_connector/README.md index 931f27e95..e41ab740b 100644 --- a/datasets/data_connector/README.md +++ b/datasets/data_connector/README.md @@ -33,7 +33,7 @@ conda activate venv You can install the package with: ```bash -python -m pip install intel-cloud-data-connector +python -m pip install cloud-data-connector ``` Please follow module specific documentation for use case, hands-examples. This documentation can be found inside the package. @@ -426,4 +426,4 @@ User must provide the project name using flag (-p) and the local path to the JSO --- If you have questions or issues about this package, contact the [Support Team](mailto:IntelAI@intel.com). data_connector has an Apache license, as found in the [LICENSE](https://www.apache.org/licenses/LICENSE-2.0) file. -Dependencies versions higher than currently implemented ones are in beta and should be used with caution. \ No newline at end of file +Dependencies versions higher than currently implemented ones are in beta and should be used with caution.