Skip to content

Commit 928aad4

Browse files
committed
fix numbered list on strategy sections
1 parent 67691cd commit 928aad4

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
@@ -140,7 +140,7 @@ def handle_continue(:connect, state) do
140140
end
141141
```
142142

143-
1. We actively listen for new `{:notification, pid, reference, channel, payload}` messages and connect to the node received in the payload
143+
2. We actively listen for new `{:notification, pid, reference, channel, payload}` messages and connect to the node received in the payload
144144

145145
```elixir
146146
# lib/cluster/strategy/postgres.ex:80
@@ -161,7 +161,7 @@ def handle_info({:notification, _, _, _, node}, state) do
161161
end
162162
```
163163

164-
1. Finally, we configure a heartbeat that is similar to the first message sent for cluster formation so libcluster is capable of heal if need be
164+
3. Finally, we configure a heartbeat that is similar to the first message sent for cluster formation so libcluster is capable of heal if need be
165165

166166
```elixir
167167
# lib/cluster/strategy/postgres.ex:73

0 commit comments

Comments
 (0)