Skip to content

Commit 4b933de

Browse files
authored
Update README.md
1 parent 3b6f255 commit 4b933de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
This package provides access to the [Climate Data Store](https://cds.climate.copernicus.eu) (a.k.a. CDS) service.
66

7-
The CDS website provides a [Show API request](https://cds.climate.copernicus.eu/cdsapp#!/dataset/reanalysis-era5-pressure-levels-monthly-means?tab=form)
8-
button at the bottom of the download tab of each dataset. This button generates the code to download the dataset with the Python cdsapi module.
9-
We've designed this Julia package so that one could copy/paste the generated Python code with minimum modification in Julia.
7+
The CDS website provides a `Show API request` button at the bottom of the download tab of each dataset.
8+
This button generates the code to download the dataset with the Python cdsapi module. We've designed this
9+
Julia package so that one could copy/paste the generated Python code with minimum modification in Julia.
1010

1111
## Installation
1212

0 commit comments

Comments
 (0)