Skip to content

Commit

Permalink
Fix identation
Browse files Browse the repository at this point in the history
  • Loading branch information
WalshyDev authored Feb 25, 2018
1 parent 4bef630 commit 9c26b60
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 @@ -25,7 +25,7 @@ public class Example {
public static void main(String[] args) {
// 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'.
WebHookDistributor distributor = new WebHookDistributorBuilder("https://cool-webhooks.flarebot.stream", "example", 8181)
// This will add the listener which is defined below.
// This will add the listener which is defined below.
.addEventListener(new Listener())
// This is the starting retry time, when connection to the server fails it will use this value first and double each failed attempt.
.setStartingRetryTime(500)
Expand All @@ -44,4 +44,4 @@ public class Example {
}
}
}
```
```

0 comments on commit 9c26b60

Please sign in to comment.