From 9924e8f03a6e70e3be00b705278aaee35448bda2 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 9 Sep 2011 20:32:58 -0700 Subject: [PATCH] Fixed typo in README --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 43a69effc..58f92d86d 100644 --- a/README +++ b/README @@ -623,7 +623,7 @@ Paragraphs A paragraph is one or more lines of text followed by one or more blank line. Newlines are treated as spaces, so you can reflow your paragraphs as you like. If you need a hard line break, put two or more spaces at the end of a line, -or or type a backslash followed by a newline. +or type a backslash followed by a newline. Headers -------