Skip to content

Commit 9c49bce

Browse files
Fixed code section in README not being formatted to Java
1 parent 96902b6 commit 9c49bce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Maven Repository:
6161
Relevant if Pikud Haoref's endpoint was changed or your alerts come from somewhere else.\
6262
\
6363
Either implement `AlertSource` or extend `JSONAlertSource` for JSON APIs, and then create your notifier like this:
64-
```
64+
```java
6565
new TzevaAdomNotifier.Builder()
6666
.requestFrom(new YourAlertSource())
6767
.listen();

0 commit comments

Comments
 (0)