diff --git a/psGrammar/demos/demoDynamic.jsgf b/psGrammar/demos/demoDynamic.jsgf
index 7b07a22511ed45fa8a9a8740f77c498de11b6443..dad2e91d2bd2b0fca7695d8833e58512a501d849 100644
--- a/psGrammar/demos/demoDynamic.jsgf
+++ b/psGrammar/demos/demoDynamic.jsgf
@@ -28,4 +28,7 @@ public <command> = [<robot>] ( <save> | <wave> | <who> | <goTo> | <followMe> | <
 
 <trash> = ([please] ((take out the trash) | (take out the garbage)));
 <search> = ([please] search for [a] [waving] person);
-<difference> = (spot the difference);
\ No newline at end of file
+<difference> = (spot the difference);
+
+<bring> = ([please] (bring) [the] <bringObject> (to a waving person));
+<bringObject> = (coke | drink | beer);