X-Git-Url: https://git.auder.net/?p=erdiag.git;a=blobdiff_plain;f=README.md;h=4cc50cf36112516395de9c947d8df44ca9afc7c9;hp=83d1b909db3f30907f34bf8f17cb9705c82d809b;hb=HEAD;hpb=01cb2ab3fccbc8e9fb6afd23db54c5e2613c24c5 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