diff --git a/README.md b/README.md index 0eb79ed..964486c 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ direct into `xcube-zenodo`, and follow the steps below: ```bash conda env create -f environment.yml -conda activate xcube-stac +conda activate xcube-zenodo pip install . ``` @@ -44,12 +44,12 @@ pytest To analyze test coverage: ```bash -pytest --cov=xcube_stac +pytest --cov=xcube_zenodo ``` To produce an HTML [coverage report](https://pytest-cov.readthedocs.io/en/latest/reporting.html): ```bash -pytest --cov-report html --cov=xcube_stac +pytest --cov-report html --cov=xcube_zenodo ``` \ No newline at end of file diff --git a/examples/zenodo_data_store.ipynb b/examples/zenodo_data_store.ipynb index 828b2a3..22b1a82 100644 --- a/examples/zenodo_data_store.ipynb +++ b/examples/zenodo_data_store.ipynb @@ -17,7 +17,7 @@ "pip install .\n", "```\n", "\n", - "Note that [`xcube_zenodo`](https://github.com/xcube-dev/xcube-stac) is a plugin of [`xcube`](https://xcube.readthedocs.io/en/latest/), where `xcube` is included in the `environment.yml`. \n", + "Note that [`xcube_zenodo`](https://github.com/xcube-dev/xcube-zenodo) is a plugin of [`xcube`](https://xcube.readthedocs.io/en/latest/), where `xcube` is included in the `environment.yml`. \n", "\n", "Now, we first import everything we need:" ]