From 7a30d6b1eadf6fb250b47837daaa5f32c5693e34 Mon Sep 17 00:00:00 2001 From: Stefan Radomski Date: Fri, 4 Jul 2014 15:09:07 +0200 Subject: Corrected docs --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3849c59..d591692 100644 --- a/README.md +++ b/README.md @@ -6,19 +6,18 @@ **Table of Contents** - - [General](#general) +- [General](#general) - [Test Reports](#test-reports) - [License](#license) - [Download](#download) - - [Usage](#usage) +- [Usage](#usage) - [Non-Blocking Interpretation with SCXML from URL](#non-blocking-interpretation-with-scxml-from-url) - [Blocking Interpretation with inline SCXML](#blocking-interpretation-with-inline-scxml) - [Interleaved Interpretation with inline SCXML](#interleaved-interpretation-with-inline-scxml) - [Callbacks for an Interpreter](#callbacks-for-an-interpreter) - - [Advanced Topics](#advanced-topics) +- [Advanced Topics](#advanced-topics) - [Embedding uSCXML](#embedding-uscxml) - [Extending uSCXML](#extending-uscxml) - - [uSCXML on iOS](#uscxml-on-ios) - [Acknowledgments](#acknowledgments) @@ -26,9 +25,10 @@ ## General uSCXML is a SCXML interpreter written in C/C++. It is mostly feature-complete and to a large extend -[standards compliant](https://github.com/tklab-tud/uscxml#test-reports). +[standards compliant](#test-reports). It runs on Linux, Windows and MacOSX, each 32- as well as 64Bits as well as iOS. -There are still a few rough edges though, especially with the plugins and custom extensions. +I consider it to be rather stable with regards to memory leaks and general segmentation faults. There were / are +deployments of uSCXML running for up to four month (before someone restarted the server) without any issues. * Datamodels * Full [ECMAScript datamodel](https://github.com/tklab-tud/uscxml/tree/master/src/uscxml/plugins/datamodel/ecmascript) using Google's v8 (and JavaScriptCore on MacOSX and iOS) -- cgit v0.12