We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ed9b54 commit 11d22dcCopy full SHA for 11d22dc
README.md
@@ -24,14 +24,14 @@ var bs_local_args = { 'key': '<browserstack-accesskey>' };
24
// starts the Local instance with the required arguments
25
bs_local.start(bs_local_args, function() {
26
console.log("Started BrowserStackLocal");
27
-});
28
29
-// check if BrowserStack local instance is running
30
-console.log(bs_local.isRunning());
+ // check if BrowserStack local instance is running
+ console.log(bs_local.isRunning());
31
32
-// stop the Local instance
33
-bs_local.stop(function() {
34
- console.log("Stopped BrowserStackLocal");
+ // stop the Local instance
+ bs_local.stop(function() {
+ console.log("Stopped BrowserStackLocal");
+ });
35
});
36
37
```
0 commit comments