Fix typo in readme

This commit is contained in:
asonix 2022-10-29 13:03:40 -05:00
parent a48ef32d54
commit bd4d5c9983

View file

@ -16,7 +16,7 @@ This will launch the relay with the database stored in "./sled/db-0.34" and list
#### Cargo #### Cargo
With cargo installed, the relay can be installed to your cargo bin directory with the following command 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: Then it can be run with this:
``` ```