update README.md to remove "?" bit
diff --git a/README.md b/README.md
index 99abd7b..b73acb4 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@
 % (cd client; ./wskdb)
 Welcome to the OpenWhisk Debugger
 
-? (wskdb)
+(wskdb)
 ```
 
 You will now be in a REPL. Issue `help` to see the list of available commands. 
@@ -17,7 +17,7 @@
 # Invoking an action
 The syntax here is almost identical to that of the `wsk` CLI.
 ```
-? (wskdb) invoke actionName -p param1 value1 -p param2 value2
+(wskdb) invoke actionName -p param1 value1 -p param2 value2
 ```
 
 If you haven't yet attached to the action you are invoking, the invocation will proceed as if you weren't in the debugger, and had issued a blocking invocation from the CLI.