Update lib.rs

fixed doc: clone command should be cargo, not git
This commit is contained in:
Michael Böckling
2018-05-16 11:00:33 +02:00
committed by GitHub
parent 7cb137968b
commit 6da25bced8

View File

@@ -27,7 +27,7 @@
//! 2) Clone this crate //! 2) Clone this crate
//! //!
//! ``` text //! ``` text
//! $ git clone cortex-m-quickstart --vers 0.3.0 //! $ cargo clone cortex-m-quickstart --vers 0.3.0
//! ``` //! ```
//! //!
//! 3) Change the crate name, author and version //! 3) Change the crate name, author and version