Skip to content

Commit

Permalink
Update getting started section parenthesis and named arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
AsimRibo committed May 20, 2024
1 parent 7ad4ec6 commit aecc2a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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())
)
)
```
Expand Down

0 comments on commit aecc2a4

Please sign in to comment.