From cafa0d90bac5401a5e4fa3a31d7e3ea6c8ace7e2 Mon Sep 17 00:00:00 2001
From: Tiago 47c <pal@neuromancer>
Date: Wed, 17 Feb 2021 15:53:43 +0000
Subject: [PATCH] update kitchen demo text

---
 psGrammar/demos/cupro/kitchen_demo.jsgf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/psGrammar/demos/cupro/kitchen_demo.jsgf b/psGrammar/demos/cupro/kitchen_demo.jsgf
index 53f9e7f5..6aabb6d6 100644
--- a/psGrammar/demos/cupro/kitchen_demo.jsgf
+++ b/psGrammar/demos/cupro/kitchen_demo.jsgf
@@ -5,7 +5,7 @@ public <command> = [<robot>] ( <demo> | <save> | <place> | <introduction>);
 
 <robot> = (robot | tiago | tobi);
 
-<demo> = (demo);
+<demo> = (tell me about the kitchen drawer);
 <save> = (save location);
 <place> = (go to);
-<introduction> = (introduce)
+<introduction> = (introduce yourself)
-- 
GitLab