Skip to content

Commit 50dd291

Browse files
committed
fix the language of Cargo calls
should be a shell, not TOML
1 parent 76099c9 commit 50dd291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/2024-04-30-nushell_0_93_0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ in the rest of this section, we will build a very simple Rust binary application
101101
new `nuon` crate works :)
102102

103103
first, let's define some dependencies
104-
```toml
104+
```nushell
105105
cargo add clap --features derive
106106
cargo add nuon
107107
```

0 commit comments

Comments
 (0)