From e76dcce4d6290cdf0d42838fb3bd6da754c69ffe Mon Sep 17 00:00:00 2001 From: Fabrizio Ferri-Benedetti Date: Mon, 23 Jan 2023 16:05:28 +0100 Subject: [PATCH] Update README.md (#449) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ed659807..9d26df45f 100644 --- a/README.md +++ b/README.md @@ -272,7 +272,7 @@ the `SplunkRumBuilder` when initializing your instance of the SplunkRum API: This can be used to provide customizations of the spans that are emitted by the library. Examples include: removing spans altogether from export, removing span attributes, changing span attributes or changing the span name. See the javadoc on the `SpanFilterBuilder` class for more details. -- `enableDiskBufferingEnabled()` : +- `enableDiskBuffering()` : Enables the storage-based buffering of telemetry. This setting is useful when instrumenting applications that might work offline for extended periods of time. - `limitDiskUsageMegabytes(int)` :