aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFelix Rabe <felix@rabe.io>2019-04-24 13:54:00 +0200
committerJoe Wilm <jwilm@users.noreply.github.com>2019-04-25 10:03:32 -0700
commitf5113133d934aa5e0cf9d48be598efd118001f83 (patch)
treeaa44c1646b98244cea2ad0e38553b6e126657df3 /src
parentaf8f710149824a2772f62c007d83073f22bd8cef (diff)
downloadr-alacritty-vte-f5113133d934aa5e0cf9d48be598efd118001f83.tar.gz
r-alacritty-vte-f5113133d934aa5e0cf9d48be598efd118001f83.tar.bz2
r-alacritty-vte-f5113133d934aa5e0cf9d48be598efd118001f83.zip
Use correct md code fence
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
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
//! ```