From f02f914ae241da0310f95b3899a4d49767a384ed Mon Sep 17 00:00:00 2001 From: Tonycrypto44 <99166344+Tonycrypto44@users.noreply.github.com> Date: Sun, 19 Jun 2022 19:10:27 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4a10ea119a..926100e906 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ The platform is composed of multiple Rust crates. Top-level executable binary cr * nym-mixnode - shuffles [Sphinx](https://github.com/nymtech/sphinx) packets together to provide privacy against network-level attackers. * 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-gateway - acts sort of like a mailbox for mixnet messages, removing the need for directly delivery to potentially offline or firewalled devices. +* nym-socks5-client - a Socks5 proxy you can run on your machine and use with existing applications. +* nym-gateway - acts sort of like a mailbox for mixnet messages, which removes the need for direct delivery to potentially offline or firewalled devices. * nym-network-monitor - sends packets through the full system to check that they are working as expected, and stores node uptime histories as the basis of a rewards system ("mixmining" or "proof-of-mixing"). * nym-explorer - a (projected) block explorer and (existing) mixnet viewer. * nym-wallet - a desktop wallet implemented using the [Tauri](https://tauri.studio/en/docs/about/intro) framework.