Skip to content

Commit

Permalink
Technical/Fix documentation formatters usage example
Browse files Browse the repository at this point in the history
* Updated project readme
  • Loading branch information
bestwebua authored and PragTob committed Jun 22, 2024
1 parent f32f0b5 commit 5de91ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -861,10 +861,10 @@ As of SimpleCov 0.9, you can specify multiple result formats. Formatters besides
```ruby
require "simplecov-html"

SimpleCov.formatters = SimpleCov::Formatter::MultiFormatter.new([
SimpleCov.formatters = [
SimpleCov::Formatter::HTMLFormatter,
SimpleCov::Formatter::CSVFormatter,
])
]
```

## JSON formatter
Expand Down

0 comments on commit 5de91ff

Please sign in to comment.