From 356d283a50d6c5faefe2961baf1d0fa6e77b3829 Mon Sep 17 00:00:00 2001 From: Steve Date: Tue, 19 Mar 2024 08:55:28 -0500 Subject: [PATCH] docs(readme): fix cli name typo (#222) Signed-off-by: Steve Co-authored-by: Kairo Araujo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c934c57b..2a00a0c8 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ GET /download/:gitoid: - Downloads an attestation with provided gitoid from Arch Additionally Archivista exposes a GraphQL API. By default the GraphQL playground is enabled and available at root. -`archivistactl` is a CLI tool in this repository that is available to interact with an Archivista instance. `archivistctl` +`archivistactl` is a CLI tool in this repository that is available to interact with an Archivista instance. `archivistactl` is capable of uploading and downloading attestations as well as doing some basic queries such as finding all attestations with a specified subject and retrieving all subjects for a specified attestation.