diff --git a/pocketsphinxAdapter/grammar/restaurant/restaurant.jsgf b/pocketsphinxAdapter/grammar/restaurant/restaurant.jsgf
index 5340f593685710f70ffdfcb5de8b17d980a6f3cd..0f5cc6a7cfaf20bd27e1d3aee5c4b23348b3d340 100644
--- a/pocketsphinxAdapter/grammar/restaurant/restaurant.jsgf
+++ b/pocketsphinxAdapter/grammar/restaurant/restaurant.jsgf
@@ -1,7 +1,7 @@
 #JSGF V1.0;
 grammar ToBI_restaurant;
 public <restaurant> = [tobi] [please] <command> [please] [tobi];
-<command> = <follow> | <stop> | <beverages> | <ordering> | <deliveryLocations> | <savePlaceLeft> | <savePlaceRight> | <savePlace>;
+<command> = <followMe> | <stop> | <beverages> | <ordering> | <deliveryLocations> | <savePlaceLeft> | <savePlaceRight> | <savePlace>;
 
 <followMe> = (follow me) | (come [(with me) | here]) | (keep up);
 <stop> = stop [this];