fix typo [skip ci] (#355)

This commit is contained in:
Jonathan Moore 2022-03-24 16:04:38 -05:00 committed by GitHub
parent 0ecf800f22
commit 2e0d35187c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ This is no different than other Rust projects.
```bash
git clone https://github.com/nushell/reedline
cd nushell
cd reedline
# To try our example program
cargo run
```