From d3dce54bcd6d83b81584f6e32d0c148717442b32 Mon Sep 17 00:00:00 2001 From: Josh Brown Date: Wed, 10 Apr 2024 11:57:36 -0400 Subject: [PATCH] fix grammar in README (#722) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e85542c17..cfcdeb990 100644 --- a/README.md +++ b/README.md @@ -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