README.md in rspec-datadog-0.1.1 vs README.md in rspec-datadog-0.1.2

- old
+ new

@@ -1,6 +1,6 @@ # RSpec::Datadog - + This gem provides a custom rspec formatter that sends events to [DataDog](https://www.datadoghq.com/). Events will contain four tags ("full\_description:foo", "status:succeeded", "file\_path:foo", "line\_number:123") plus any defined in DatadogFormatter::BASE\_TAGS; more information about `Datadog::Event` and querying these events can be found in the