From 299249ebc200a0b4d456937600316f39ceb18be0 Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Mon, 18 May 2020 11:21:07 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bf17bf0..e9da53b 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,9 @@ Note: _rakenne_ means _structure, construction_ in Finnish. * :arrow_right: **define a DSL for modeling database** * :arrow_right: [describe entity-relationship diagrams (ERD)](doc/erd-dsl.md) using MERISE notation * :arrow_right: [describe logical model diagrams (LMD)](doc/pd-dsl.md) -* :x: provide a command-line tool accepting commands for all operations +* :x: create a command-line tool + * :x: describe needed operations and parameters + * :x: write the code to handle all those operations * :x: render models into diagrams with [GraphViz](https://www.graphviz.org/) * :x: ERD to MERISE MCD diagrams * :x: ERD to Chen notation diagrams