Skip to content
This repository has been archived by the owner on Sep 25, 2018. It is now read-only.

Commit

Permalink
Updated README.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeard4 committed Nov 3, 2012
1 parent 32631b7 commit 7b246a8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,10 @@ Because SCION is implemented in ECMAScript, it has been fairly easy to embed in
* C# : [SCION.NET](https://github.com/jbeard4/SCION.NET)
* Python : [pySCION](https://github.com/jbeard4/pySCION)

This guide describes how to embed SCION in other JavaScript environments: [Embedding SCION](https://github.com/jbeard4/SCION/wiki/Embedding-SCION)

*

# SCION Semantics

SCION takes many ideas from the SCXML standard. In particular, it reuses the syntax of SCXML, but changes some of the semantics.
Expand All @@ -304,7 +308,6 @@ SCION takes many ideas from the SCXML standard. In particular, it reuses the syn

# Other Resources

* [Embedding SCION](https://github.com/jbeard4/SCION/wiki/Embedding-SCION)
* [Custom Actions](https://github.com/jbeard4/SCION/wiki/Custom-Action-Tags)
* [Action Tag Scripting APIs](https://github.com/jbeard4/SCION/wiki/Action-Tag-Scripting-API)
* [SCION Demos](https://github.com/jbeard4/scion-demos)
Expand Down

0 comments on commit 7b246a8

Please sign in to comment.