diff --git a/README.md b/README.md index da70e57..4673ee4 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ GitHub Repo stars - GitHub Repo forks + GitHub Repo forks Code Climate maintainability @@ -81,7 +81,7 @@ or install from source code: import tsdb # list all available datasets in TSDB -tsdb.list_available_datasets() +tsdb.list() # select the dataset you need and load it, TSDB will download, extract, and process it automatically data = tsdb.load('physionet_2012') # if you need the raw data, use download_and_extract()