From 3aaa0742d72fe725ec8fa9a5274fd51f30e1116f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=B3ra=20Kocsis?= <dora@dynare.org> Date: Mon, 30 Mar 2020 16:11:02 +0200 Subject: [PATCH] cosmetics to README.md, update .gitignore --- .gitignore | 3 ++- README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c1d403d..d30ed2e 100644 --- a/.gitignore +++ b/.gitignore @@ -14,4 +14,5 @@ tests/git.info tests/git.last-commit-hash -/missing_dbnomics \ No newline at end of file +/missing_dbnomics +/utils \ No newline at end of file diff --git a/README.md b/README.md index 36fb18a..d42dd8c 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ the MATLAB/Octave path. You are then ready to go. A full documentation will come soon. -## Examples +## Capabilities ### Fetch one time series by ID First, let's assume that we know which series we want to download. -- GitLab