Skip to content

Commit 5de91ff

Browse files
bestwebuaPragTob
authored andcommitted
Technical/Fix documentation formatters usage example
* Updated project readme
1 parent f32f0b5 commit 5de91ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -861,10 +861,10 @@ As of SimpleCov 0.9, you can specify multiple result formats. Formatters besides
861861
```ruby
862862
require "simplecov-html"
863863

864-
SimpleCov.formatters = SimpleCov::Formatter::MultiFormatter.new([
864+
SimpleCov.formatters = [
865865
SimpleCov::Formatter::HTMLFormatter,
866866
SimpleCov::Formatter::CSVFormatter,
867-
])
867+
]
868868
```
869869

870870
## JSON formatter

0 commit comments

Comments
 (0)