Skip to content

Commit 9c26b60

Browse files
authored
Fix identation
1 parent 4bef630 commit 9c26b60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public class Example {
2525
public static void main(String[] args) {
2626
// This will say that the server is located at "https://cool-webhooks.flarebot.stream", the service is called "example" and the port for this service is '8181'.
2727
WebHookDistributor distributor = new WebHookDistributorBuilder("https://cool-webhooks.flarebot.stream", "example", 8181)
28-
// This will add the listener which is defined below.
28+
// This will add the listener which is defined below.
2929
.addEventListener(new Listener())
3030
// This is the starting retry time, when connection to the server fails it will use this value first and double each failed attempt.
3131
.setStartingRetryTime(500)
@@ -44,4 +44,4 @@ public class Example {
4444
}
4545
}
4646
}
47-
```
47+
```

0 commit comments

Comments
 (0)