From 7929099a7d3da1c9b44a2d7ca1f099f0706171fd Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Tue, 10 Dec 2013 10:24:14 -0800
Subject: [PATCH] Fixed documentation bug.

---
 README | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README b/README
index ef22b1e09..e85d6ef7f 100644
--- a/README
+++ b/README
@@ -434,8 +434,8 @@ Options affecting specific writers
 `--chapters`
 :   Treat top-level headers as chapters in LaTeX, ConTeXt, and DocBook
     output.  When the LaTeX template uses the report, book, or
-    memoir class, this option is implied.  If `--beamer` is used,
-    top-level headers will become `\part{..}`.
+    memoir class, this option is implied.  If `beamer` is the output
+    format, top-level headers will become `\part{..}`.
 
 `-N`, `--number-sections`
 :   Number section headings in LaTeX, ConTeXt, HTML, or EPUB output.