README.md in opentelemetry-instrumentation-aws_sdk-0.1.0 vs README.md in opentelemetry-instrumentation-aws_sdk-0.2.0

- old
+ new

@@ -17,9 +17,10 @@ To install the instrumentation, call `use` with the name of the instrumentation. ```ruby OpenTelemetry::SDK.configure do |c| c.use 'OpenTelemetry::Instrumentation::AwsSdk', { + inject_messaging_context: true, suppress_internal_instrumentation: true } end ```