Skip to content

Commit

Permalink
fix grammar in README (#722)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuatbrown authored Apr 10, 2024
1 parent 7cb1655 commit d3dce54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ The index store generated by `xcodebuild` exists in DerivedData at a location de

### SwiftPM

By default Periphery, looks for the index store at `.build/debug/index/store`. Therefore, if you intend to run Periphery directly after calling `swift test`, you can omit the `--index-store-path` option, and Periphery will use the index store created when the project was built for testing. However if this isn't the case, then you must provide Periphery the location of the index store with `--index-store-path`.
By default, Periphery looks for the index store at `.build/debug/index/store`. Therefore, if you intend to run Periphery directly after calling `swift test`, you can omit the `--index-store-path` option, and Periphery will use the index store created when the project was built for testing. However if this isn't the case, then you must provide Periphery the location of the index store with `--index-store-path`.

## Build Systems

Expand Down

0 comments on commit d3dce54

Please sign in to comment.