From 5bdee4fd6e4c43b7bd0767f6f1918582c58ff007 Mon Sep 17 00:00:00 2001
From: rschoene <rene.schoene@tu-dresden.de>
Date: Tue, 1 Oct 2019 15:51:44 +0200
Subject: [PATCH] Version 0.2.3

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

diff --git a/README.md b/README.md
index df99962..092c61f 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# RelAST Preprocessor Version 0.2.1
+# RelAST Preprocessor Version 0.2.3
 
 ![RelAST process](relast-process.png)
 
@@ -6,7 +6,6 @@ The RelAST preprocessor takes a `.relast` file as input comprising AST rules and
 To use it in your project, build the JAR file running
 
 ```
-
 ./gradlew jar
 ```
 
@@ -42,6 +41,9 @@ Note that you may have to change
 	A.b    -> B;
 	A.b?   -> B;
 	A.bs*  -> B;
+	B      <- A.b  ;
+	B      <- A.b? ;
+	B      <- A.bs*;
 
 	// Bidirectional relations
 	A.b   <-> B.a;
-- 
GitLab