README.md in opentelemetry-instrumentation-rspec-0.2.1 vs README.md in opentelemetry-instrumentation-rspec-0.3.0

- old
+ new

@@ -16,10 +16,10 @@ To use the instrumentation, call `use` with the name of the instrumentation: ```ruby OpenTelemetry::SDK.configure do |c| - c.use 'OpenTelemetry::Instrumentation::Rspec' + c.use 'OpenTelemetry::Instrumentation::RSpec' end ``` Alternatively, you can add it directly to RSpec as a customer formatter: