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()) ) ) ```