From 0f208fab135078d0c6b778b7e7df7976256ab74f Mon Sep 17 00:00:00 2001
From: Benjamin Auder <benjamin.auder@somewhere>
Date: Thu, 8 Feb 2018 20:42:58 +0100
Subject: [PATCH] Fix readme # --> +

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

diff --git a/README.md b/README.md
index 83d1b90..4cc50cf 100644
--- a/README.md
+++ b/README.md
@@ -10,10 +10,10 @@ This parser reads ER diagrams definition files, and produces two types of diagra
 An entity is defined as follow
 
 	[Entity]
-	#attr1 (*)
+	+attr1 (*)
 	attr2 (*)
 
-with (\*) = optional SQL indications, and # denoting a (part of) a key.
+with (\*) = optional SQL indications, and + denoting a (part of) an identifier.
 
 A relationship is defined in this way
 
-- 
2.44.0