summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 0be3bba..3c6d658 100644
--- a/README.rst
+++ b/README.rst
@@ -12,7 +12,7 @@ Configure
Get your API key from the CDS portal and write it into the configuration file::
- $ vim ~/.cdsapi
+ $ vim ~/.cdsapirc
Test
----
@@ -20,5 +20,5 @@ Test
$ python
>>> import cdsapi
>>> cds = cdsapi.Client()
- >>> cds.get_resource("insitu-glaciers-extent", {})
+ >>> cds.retrieve("insitu-glaciers-extent", {}, "target.data")
...