Skip to content

Commit 1b83f92

Browse files
updating to camelCase
1 parent ac55cc6 commit 1b83f92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ To save the logs to the file while running with the '-v' argument, you can speci
135135
To specify the path to file where the logs will be saved -
136136
```java
137137
bsLocalArgs.put("v", "true");
138-
bsLocalArgs.put("-log-file", "/browserstack/logs.txt");
138+
bsLocalArgs.put("logFile", "/browserstack/logs.txt");
139139
```
140140

141141
## Contribute

0 commit comments

Comments
 (0)