readme updated again

This commit is contained in:
Vladimir Enchev
2014-05-13 14:25:17 +03:00
parent 46729c1c8b
commit 3c8439654a

View File

@ -1,12 +1,12 @@
To run tests please build using one of the *_Tests build configurations and call runAll() method of the Tests module. For example:
iOS
##iOS
```js
var tests = require("Tests");
tests.runAll();
```
Android
##Android
```js
app.init({
getActivity: function(intent) {