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

Commit

Permalink
Merge branch 'master' of https://github.com/jbeard4/SCION
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeard4 committed Mar 31, 2017
2 parents f4c7817 + cbdf5dd commit 166d7c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -48,7 +48,7 @@ scxml.urlToModel("drag-and-drop.xml",function(err,model){

### scxml.urlToModel(url,function(err, model){} [, context])
### scxml.pathToModel(path,function(err, model){} [, context])
### scxml.documentStringToModel(scxmlDocString,function(err, model){} [, context])
### scxml.documentStringToModel(url,scxmlDocString,function(err, model){} [, context])
### scxml.documentToModel(scxmlDocument,function(err, model){} [, context])

Compile SCXML to JavaScript object "model".
Expand Down

0 comments on commit 166d7c0

Please sign in to comment.