From 910e4faccd1bcaf4e41603196b66a4ab9e6e3781 Mon Sep 17 00:00:00 2001 From: Andy Clement Date: Thu, 19 May 2016 09:28:32 -0700 Subject: [PATCH] Corrected DSL sample --- samples/spring-flo-sample/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/spring-flo-sample/README.md b/samples/spring-flo-sample/README.md index 6995b7b..b87cbf5 100644 --- a/samples/spring-flo-sample/README.md +++ b/samples/spring-flo-sample/README.md @@ -28,7 +28,7 @@ The same here includes a very basic domain that you can easily customize: - there are a handful of nodes with basic properties. These are defined in `metamodel-sample.json` - that is a JSON array of the modules supported. -- the DSL form is `module --key=value --key=value | nextModule --key=value`. +- the DSL form is `module --key=value --key=value > nextModule --key=value`. - the conversion from text to graph is done in `text-to-graph.js` - the conversion from graph to text is done in `graph-to-text.js`