From aecc2a419035255ff4556dcff2182abc9ac64e89 Mon Sep 17 00:00:00 2001 From: Asim Ribo Date: Mon, 20 May 2024 19:05:11 +0200 Subject: [PATCH] Update getting started section parenthesis and named arguments --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 60107f2..6e752a1 100644 --- a/README.md +++ b/README.md @@ -116,8 +116,8 @@ Sentinel.watch( AppGalleryTool(appId = "123456789"), GooglePlayTool(), ThimbleTool(), - TimberTool(allowedTags = listOf("EXAMPLE"), - CertificateTool(userManagers = listOf()) + TimberTool(allowedTags = listOf("EXAMPLE")), + CertificateTool(userCertificates = listOf()) ) ) ```