Skip to content

Commit c5a4b59

Browse files
authored
Fix formatting and update CLI run description in README
Updated test result formatting and clarified CLI run details.
1 parent 4fa5f9e commit c5a4b59

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ What this command does:
350350

351351
Observed result from this run:
352352

353-
- `** TEST SUCCEEDED **`
353+
- ` TEST SUCCEEDED `
354354
- 29 tests executed
355355
- 0 failures
356356
- 0 unexpected failures
@@ -385,7 +385,7 @@ xcodebuild test -project WeatherApp.xcodeproj -scheme WeatherApp -destination 'p
385385

386386
## Latest Local Verification
387387

388-
The most recent local terminal run on April 2, 2026 used:
388+
CLI run on April 2, 2026 used:
389389

390390
```bash
391391
xcodebuild test -project WeatherApp.xcodeproj -scheme WeatherApp -destination 'platform=iOS Simulator,name=iPhone 17 Pro'
@@ -394,14 +394,13 @@ xcodebuild test -project WeatherApp.xcodeproj -scheme WeatherApp -destination 'p
394394
## Future Improvements
395395

396396
- add an in-app temperature unit preference instead of relying only on the system setting
397-
- move weather API access behind a backend or proxy for stronger key protection and rate limiting
398397
- add caching or offline support for previously loaded forecast data
399398
- support manual location or city search alongside GPS-based lookup
400399
- expand the forecast range if a longer-range weather data source is introduced
401400

402401
Result:
403402

404-
- `** TEST SUCCEEDED **`
403+
- ` TEST SUCCEEDED `
405404
- 25 unit tests executed
406405
- 0 failures
407406
- 0 unexpected failures

0 commit comments

Comments
 (0)