summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCyril Plisko <cyril.plisko@mountall.com>2017-05-04 08:24:16 +0300
committerCyril Plisko <cyril.plisko@mountall.com>2017-05-04 08:24:16 +0300
commit3deb12046a30e23900b734abbf3f5bb6dfe8a8df (patch)
tree34cb5dddad0326b3523482f5c71c8c876215508e
parent05efc17a2833f19e4fbf8a4a27e25035fcc72ca9 (diff)
Update README.md
Pager:ok() -> Pager::is_on()
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 43eadac..2dcd12b 100644
--- a/README.md
+++ b/README.md
@@ -46,4 +46,4 @@ case of setup failure.
If you need to disable pager altogether set environment variable `NOPAGER`
and Pager::setup() will skip initialization. The host application will continue
-as normal. Pager::ok() will reflect the fact that no Pager is active.
+as normal. Pager::is_on() will reflect the fact that no Pager is active.