README.md in danger-kover-0.0.1 vs README.md in danger-kover-0.0.2
- old
+ new
@@ -38,11 +38,15 @@
```
Optional attribute to only warn instead of failing if below thresholds:
```ruby
-kover.fail_if_under_threshold false
+kover.fail_if_under_threshold = false
```
+
+## Credits
+
+This is a fork, based on [Shroud](https://github.com/livefront/danger-shroud).
## Development
1. Clone this repo
2. Run `bundle install` to setup dependencies.