From e69b136b095bec7b7958974276c0b3dd723cd8e2 Mon Sep 17 00:00:00 2001 From: findingsov <113792100+findingsov@users.noreply.github.com> Date: Tue, 15 Jul 2025 15:38:42 +0200 Subject: [PATCH] Update README.md-small typo i think it's cdk-mint-rpc in crates.io (could not find cdk-mint-cli) --- crates/cdk-mint-rpc/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/cdk-mint-rpc/README.md b/crates/cdk-mint-rpc/README.md index be20d9cf27..54dbac5db4 100644 --- a/crates/cdk-mint-rpc/README.md +++ b/crates/cdk-mint-rpc/README.md @@ -19,7 +19,7 @@ This crate includes: From crates.io: ```bash -cargo install cdk-mint-cli +cargo install cdk-mint-rpc ``` As a library: @@ -48,4 +48,4 @@ cdk-mint-cli keysets list ## License -This project is licensed under the [MIT License](../../LICENSE). \ No newline at end of file +This project is licensed under the [MIT License](../../LICENSE).