Skip to content

Commit 44d7e98

Browse files
Merge pull request #27 from browserstack/fixed-typo
Added missing Semi-colon
2 parents 7d19f5b + 09ee9d8 commit 44d7e98

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
@@ -20,7 +20,7 @@ Local local = new Local();
2020
# replace <browserstack-accesskey> with your key. You can also set an environment variable - "BROWSERSTACK_ACCESS_KEY".
2121
List<KeyValuePair<string, string>> bsLocalArgs = new List<KeyValuePair<string, string>>() {
2222
new KeyValuePair<string, string>("key", "<browserstack-accesskey>"),
23-
}
23+
};
2424
2525
# starts the Local instance with the required arguments
2626
local.start(bsLocalArgs);

0 commit comments

Comments
 (0)