From f5113133d934aa5e0cf9d48be598efd118001f83 Mon Sep 17 00:00:00 2001 From: Felix Rabe Date: Wed, 24 Apr 2019 13:54:00 +0200 Subject: Use correct md code fence --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 7272230..7fa4c22 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -13,7 +13,7 @@ //! there simply logs all the actions [`Perform`] does. One quick thing to see it in action is to //! pipe `vim` into it //! -//! ```ignore +//! ```sh //! cargo build --release --example parselog //! vim | target/release/examples/parselog //! ``` -- cgit