diff --git a/README.md b/README.md index 2ef0490..89c9da7 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ func send(report: DiagnosticsReport) { ``` ### Using a UserDefaultsReporter -In order to use `UserDefaultsReporter`, you need to set instantiate it with the desired `UserDefaults` instance together with all the keys you would like to read, and use it in `DiagnosticsReporter.create(filename:using:filters:smartInsightsProvider)` to create a `DiagnosticsReport`. +In order to use `UserDefaultsReporter`, you need to specify the desired `UserDefaults` instance together with all the keys you would like to read, and use it in `DiagnosticsReporter.create(filename:using:filters:smartInsightsProvider)` to create a `DiagnosticsReport`. ```swift let userDefaultsReporter = UserDefaultsReporter(