Skip to content

Commit

Permalink
docs: Fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Oct 4, 2022
1 parent dceeaaa commit 165be6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,15 +112,15 @@
//! With a `[[bin]]` like:
//! ```rust,ignore
//! fn main() {
//! println!("{}", message);
//! println!("Hello world");
//! }
//! ```
//!
//! You can verify a code block like:
//! ~~~md
//! ```console
//! $ my-cmd --print 'Hello World'
//! Hello
//! $ my-cmd
//! Hello world
//!
//! ```
//! ~~~
Expand Down

0 comments on commit 165be6f

Please sign in to comment.