From b28c2181a37a137ec48d9644cd7ce2c6c7f13a52 Mon Sep 17 00:00:00 2001 From: Jan Range Date: Fri, 16 Aug 2024 08:19:22 +0200 Subject: [PATCH] apply proposed changes of @samusz --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 9a1402d..e00d06d 100644 --- a/Readme.md +++ b/Readme.md @@ -49,7 +49,7 @@ To install the command line tool, use `cargo: cargo install --git https://github.com/JR-1991/rust-dataverse.git ``` -After installation, you can interact with the Dataverse API using the dvcli command. Note that this command installs only the CLI tool, not the library itself. Instructions for adding the library to your project are provided below. +After installation, you can interact with the Dataverse API using the `dvcli` command. See usage examples bellow. Note that this command installs only the CLI tool, not the library itself. Instructions for adding the library to your project are provided below. You don't need to install the library in order to use the `dvcli` command line. **Library**