From bd4d5c9983a16be8810d7b8fb3d286ca16c2db62 Mon Sep 17 00:00:00 2001 From: asonix Date: Sat, 29 Oct 2022 13:03:40 -0500 Subject: [PATCH] Fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e8df102..1dabcbe 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ This will launch the relay with the database stored in "./sled/db-0.34" and list #### Cargo With cargo installed, the relay can be installed to your cargo bin directory with the following command ``` -$ cargo install ap-lreay +$ cargo install ap-relay ``` Then it can be run with this: ```