Fix README.md typo that shows incorrect directory name after cloning with git

This commit is contained in:
mrkmntal 2026-02-12 17:01:48 -05:00
commit 5f297debe7

View file

@ -34,7 +34,7 @@ Clone and build:
```bash ```bash
git clone https://mentalnet.xyz/forgejo/markmental/soccercloud-rust.git git clone https://mentalnet.xyz/forgejo/markmental/soccercloud-rust.git
cd soccercloud-cli cd soccercloud-rust
cargo check cargo check
``` ```