From 5e5b8e6aab44fdf1766ec98608387cb9e6c3f66e Mon Sep 17 00:00:00 2001 From: Federico Daniel Colombo Date: Sun, 13 Oct 2024 12:12:31 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 671999d7..40f78db8 100644 --- a/README.md +++ b/README.md @@ -742,7 +742,7 @@ using (var scope = AuditScope.Create(new AuditScopeOptions { CreationPolicy = Ev > **Note** > -> If you don't provide a Creation Policy, the default Creation Policy configured will be used (see the [configuration](#configuration) section). +> If you don't provide a Creation Policy when creating the `AuditScope`, the globally configured Creation Policy will be used (see the [configuration](#configuration) section) ## AuditScope statechart