Fix example in CONTRIBUTING.md (#517)

This commit is contained in:
Reilly Wood 2022-11-23 16:54:38 -08:00 committed by GitHub
parent 94031fa337
commit 076ce6f7fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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