summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-07-06 18:28:14 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-07-06 18:28:14 (GMT)
commit41312059e5d25539d3cd071829a505ebb7293393 (patch)
treeae381bf30bd89d7a7e1d86111d143476af11f291 /README.md
parentbbe93523121f2d89852c636ea5651f96730dec0a (diff)
downloaduscxml-41312059e5d25539d3cd071829a505ebb7293393.zip
uscxml-41312059e5d25539d3cd071829a505ebb7293393.tar.gz
uscxml-41312059e5d25539d3cd071829a505ebb7293393.tar.bz2
Updated docs
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 77cc344..039720c 100644
--- a/README.md
+++ b/README.md
@@ -159,8 +159,9 @@ internal phase is reached.
### Embedding uSCXML
-There are bindings for Java and C# with some examples in the <tt>embedding</tt> directory. The bindings consist of
-two parts each
+There are bindings for [Java](https://github.com/tklab-tud/uscxml/tree/master/embedding/java) and
+[C#](https://github.com/tklab-tud/uscxml/tree/master/embedding/csharp) with some examples in the
+<tt>embedding</tt> directory. The bindings consist of two parts each
1. The C++ uscxml interpreter compiled as a loadable module for the target language and
2. A target language specific module (uscxml.jar / uscxmlCSharp.dll) with the wrapper classes.