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`