summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-08-26 09:16:05 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-08-26 09:16:05 (GMT)
commitae525110ee52663713102b377b2162a25a045dd2 (patch)
treefee219055694a8493c55f4ccf869d43032434ebd /README.md
parentd90b15c96271d2afd45d649e3e22030004359d6e (diff)
downloaduscxml-ae525110ee52663713102b377b2162a25a045dd2.zip
uscxml-ae525110ee52663713102b377b2162a25a045dd2.tar.gz
uscxml-ae525110ee52663713102b377b2162a25a045dd2.tar.bz2
Fixed the embedding examples
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 207b3b7..3aada8c 100644
--- a/README.md
+++ b/README.md
@@ -211,7 +211,7 @@ more straight-forward approach, e.g. in Java:
This will cause the interpreter to use the given instance for all send requests targeting one of the types
returned by <tt>ioProc.getNames()</tt> and not instantiate an instance via the factory. The instance can
-deliver events into the interpreter via <tt>returnEvent(Event e, boolean toExternalQueue)</tt>. The same
+deliver events into the interpreter via <tt>returnEvent(Event e, boolean toInternalQueue = false)</tt>. The same
approach can be used for invokers:
Interpreter interpreter = Intepreter.fromURI(uri);