From afdf516622e502b6551e5116410bddcc78d1f697 Mon Sep 17 00:00:00 2001 From: Raphael Silva <5387088+peagasilva@users.noreply.github.com> Date: Thu, 18 Apr 2024 09:38:04 +0200 Subject: [PATCH] Reword `Using a UserDefaultsReporter` section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(