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: 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 ```js
var tests = require("Tests"); var tests = require("Tests");
tests.runAll(); tests.runAll();
``` ```
Android ##Android
```js ```js
app.init({ app.init({
getActivity: function(intent) { getActivity: function(intent) {