From 3c8439654a4ae733a368642d7f39cafef147b5a1 Mon Sep 17 00:00:00 2001 From: Vladimir Enchev Date: Tue, 13 May 2014 14:25:17 +0300 Subject: [PATCH] readme updated again --- Tests/Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) {