From a22307bfcb0e09d992831f77a017c6b718806c53 Mon Sep 17 00:00:00 2001
From: jfschaefer <jfschaefer@outlook.com>
Date: Wed, 22 May 2019 10:47:31 +0200
Subject: [PATCH] add example inputs to README

---
 README.md | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/README.md b/README.md
index a109271..446dbe1 100644
--- a/README.md
+++ b/README.md
@@ -36,6 +36,33 @@ You can also setup MMT on your machine (recommended if you want to change the la
 In both cases, you will need to modify the class path in the demo scripts to the new GLF jar and MMT jar.
 
 
+Example Inputs
+===
+
+#### `life_demo.sh`
+
+* *Joan loves herself*
+* *Joan runs and Mary runs*
+
+#### `quantified_demo.sh`
+
+* *everyone loves John*
+* *Mary loves someone*
+* *John and Mary run*
+
+#### `tableau_demo.sh`
+
+* *John runs*
+* *if John loves Mary then Mary loves John*
+* *John doesn't run or John loves Mary*
+
+#### `modal_demo.sh`
+
+* *John runs*
+* *John isn't allowed to run*
+* *Mary believes John has to run*
+
+
 Experimenting with the Grammars
 ===
 
-- 
GitLab