Skip to content

Commit 6da25bc

Browse files
Update lib.rs
fixed doc: clone command should be cargo, not git
1 parent 7cb1379 commit 6da25bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
//! 2) Clone this crate
2828
//!
2929
//! ``` text
30-
//! $ git clone cortex-m-quickstart --vers 0.3.0
30+
//! $ cargo clone cortex-m-quickstart --vers 0.3.0
3131
//! ```
3232
//!
3333
//! 3) Change the crate name, author and version

0 commit comments

Comments
 (0)