fix(ce-test-xcode): correct renamed usage examples

This commit is contained in:
Trevin Chow
2026-04-05 00:09:27 -07:00
parent 1fb8ec5274
commit 46df827816
@@ -200,13 +200,13 @@ After testing:
```bash
# Test with default scheme
/test-xcode
/ce-test-xcode
# Test specific scheme
/test-xcode MyApp-Debug
/ce-test-xcode MyApp-Debug
# Test after making changes
/test-xcode current
/ce-test-xcode current
```
## Integration with ce-code-review