summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorCyril Plisko <cyril.plisko@mountall.com>2016-08-09 18:21:08 +0300
committerCyril Plisko <cyril.plisko@mountall.com>2016-08-09 18:21:08 +0300
commit456e89ac15515a390aa9e229649755c4b1ed53fc (patch)
tree40c1c18e5a929ae1186483e6d4238b5e610680f0 /src/lib.rs
parent2e754c4a13589aaa3a6cb3c9e51b3009895fdcad (diff)
Update docs
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 89ed5e4..83e973e 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -3,7 +3,7 @@
//!
//! Quick Start
//!
-//! ```
+//! ```rust
//! extern crate pager;
//! use pager::Pager;
//! fn main() {
@@ -21,7 +21,7 @@
//! You can control pager to a limited degree. For example you can change the
//! environment variable used for finding pager executable.
//!
-//! ```
+//! ```rust
//! extern crate pager;
//! use pager::Pager;
//! fn main() {