From 65f05e036a29fa24907318d2fc48b9f1265d8112 Mon Sep 17 00:00:00 2001
From: fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>
Date: Tue, 1 Dec 2009 06:56:41 +0000
Subject: [PATCH] Updated README section on header identifiers.

git-svn-id: https://pandoc.googlecode.com/svn/trunk@1636 788f1e2b-df1e-0410-8736-df70ead52e1b
---
 README | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README b/README
index f16a045c3..f5f964ec4 100644
--- a/README
+++ b/README
@@ -865,8 +865,8 @@ identifier. This identifier is based on the text of the header. To
 derive the identifier from the header text,
 
   - Remove all formatting, links, etc.
-  - Remove all punctuation, except dashes and hyphens.
-  - Replace all spaces, dashes, newlines, and hyphens with hyphens.
+  - Remove all punctuation, except underscores and hyphens.
+  - Replace all spaces and newlines with hyphens.
   - Convert all alphabetic characters to lowercase.
   - Remove everything up to the first letter (identifiers may
     not begin with a number or punctuation mark).