Skip to content

Commit e5a6266

Browse files
committed
Update README
1 parent 8802839 commit e5a6266

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
@@ -106,7 +106,7 @@ xcode_summary.inline_mode = true
106106
xcode_summary.report 'MyApp.xcresult'
107107
```
108108

109-
You can get warning and error number by calling `warning_error_count`. The return will be a JSON string contains warning and error count, e.g {"warnings":1,"errors":3}:
109+
You can get warning and error number by calling `warning_error_count`. The return will be a JSON string contains warning and error count, e.g `{"warnings":1,"errors":3}`:
110110

111111
```ruby
112112
result = xcode_summary.warning_error_count 'MyApp.xcresult'

0 commit comments

Comments
 (0)