diff --git a/Tests/Readme.md b/Tests/Readme.md index 7664d7cb7..0d5d1d103 100644 --- a/Tests/Readme.md +++ b/Tests/Readme.md @@ -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) {