From d7eb8c6c4eefb77234115b3b15abf7817b67d137 Mon Sep 17 00:00:00 2001 From: Raphael Silva <5387088+peagasilva@users.noreply.github.com> Date: Wed, 17 Apr 2024 14:18:02 +0200 Subject: [PATCH] Update section title for `UserDefaultsReporter` usage description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56d93c3..2ef0490 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,7 @@ func send(report: DiagnosticsReport) { } ``` -### Using a custom UserDefaults type +### 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`. ```swift