Skip to content

Commit

Permalink
Fix example in CONTRIBUTING.md (nushell#517)
Browse files Browse the repository at this point in the history
  • Loading branch information
rgwood authored Nov 24, 2022
1 parent 94031fa commit 076ce6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 076ce6f

Please sign in to comment.