PThorpe92 / CuTE

HTTP client/libcurl TUI front end in Rust, with request + key storage
GNU General Public License v3.0
185 stars 4 forks source link

fixed a typo in cargo install command #120

Closed iteroji closed 8 months ago

iteroji commented 8 months ago

The installation instructions for cargo install had the wrong package name (cute_tui intsead of CuTE-tui). This pr fixes this small typo.

PThorpe92 commented 8 months ago

Wow I didn't realize it was case sensitive. Thanks!