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

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeard4 authored Nov 11, 2016
1 parent 6f3f9bc commit cbdf5dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
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 cbdf5dd

Please sign in to comment.