Skip to content

Commit

Permalink
Merge pull request #66 from infinum/fix/readme-typos
Browse files Browse the repository at this point in the history
Fix readme setup typos
  • Loading branch information
KCeh authored May 20, 2024
2 parents 90c86c3 + aecc2a4 commit 6331c95
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 6331c95

Please sign in to comment.