Skip to content

Commit 6141f85

Browse files
Update README.md
1 parent f07d9d3 commit 6141f85

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
@@ -25,7 +25,7 @@ $ bazel build //app
2525
$ bazel test $(bazel query 'kind(ios_unit_test,//...)')
2626
```
2727

28-
If the tests fail, run ` xcrun simctl list devices` to check what devices and OS versions are locally available. iOS version is set in [`shared.bzl`](/tools/shared.bzl) and device type and version is set in each test's [`BUILD.bazel`](/modules/API/API/API.swift) file.
28+
If the tests fail, run `xcrun simctl list devices` to check what devices and OS versions are locally available. iOS version is set in [`shared.bzl`](/tools/shared.bzl).
2929

3030
## Underlying Tools
3131

0 commit comments

Comments
 (0)