From 1a5f807ff9be461ce07dc25f56f8358e48e26b75 Mon Sep 17 00:00:00 2001 From: thiswillbeyourgithub <26625900+thiswillbeyourgithub@users.noreply.github.com> Date: Thu, 18 Sep 2025 23:02:09 +0200 Subject: [PATCH] fix: typo Signed-off-by: thiswillbeyourgithub <26625900+thiswillbeyourgithub@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d2b53feeaa..be4f0e930a8 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ The platform is composed of multiple Rust crates. Top-level executable binary cr * `nym-client` - an executable which you can build into your own applications. Use it for interacting with Nym nodes. * `nym-socks5-client` - a Socks5 proxy you can run on your machine and use with existing applications. * `nym-explorer` - a (projected) block explorer and (existing) mixnet viewer. -* `nym-wallet` - a desktop wallet implemented using the [Tauri](https://tauri.app)) framework. +* `nym-wallet` - a desktop wallet implemented using the [Tauri](https://tauri.app) framework. * `nym-cli` - a tool for interacting with the network from the CLI.