Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
benlau authored Apr 25, 2017
1 parent fe93a56 commit 591f99c
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 @@ -115,7 +115,7 @@ Q_COREAPP_STARTUP_FUNCTION(init)
var future = Actor.read(source);
....
Future.result(future); // Print { code: 0, message: ""} if the reply is empty
console.log(Future.result(future)); // Print { code: 0, message: ""} if the reply is empty
```


Expand Down

0 comments on commit 591f99c

Please sign in to comment.