summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorCyril Plisko <cyril.plisko@mountall.com>2016-08-16 11:05:02 +0300
committerCyril Plisko <cyril.plisko@mountall.com>2016-08-16 11:05:02 +0300
commit92ab54217a039d3e9a075b3f2fb7ba488114f11c (patch)
tree177f04a623b18282b89e763ff5230f10827d8fef /src
parent34669cf669aabca64e7d574b9bbcf863b03474c7 (diff)
Test doc update
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 83e973e..96a6e87 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,7 +1,7 @@
//! Does all the magic to have you potentially long output piped through the
//! external pager. Similar to what git does for its output.
//!
-//! Quick Start
+//! # Quick Start
//!
//! ```rust
//! extern crate pager;