alttpo / sni

SNES Interface with gRPC API
MIT License
46 stars 12 forks source link

Fix typo in README for grpcui #18

Closed kupppo closed 2 years ago

kupppo commented 2 years ago

First of all, thank you so much for this project. This has made interfacing with a SNES so much easier for me.

In getting started, I tried to run the grpcui command that was in the README but was presented with an error saying that plaintest and listen weren't options. It looks like plaintest is a typo for plaintext. I couldn't find anything about the listen option, but I was able to run grpcui fine without it.

JamesDunne commented 2 years ago

-listen should be -port

kupppo commented 2 years ago

Thanks for your feedback. I've added the port option to the README and confirmed that it works on my setup.