Skip to content

Commit 9e6e871

Browse files
authored
Update Backplane.md
1 parent 000dadc commit 9e6e871

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Backplane.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@ Luckily, there's an easy solution to this synchronization problem: we can use a
5959

6060
A backplane is like a slim message bus where change notifications will be published to all other connected nodes each time something happens to a cache entry, all automatically without us having to do anything.
6161

62-
By default, everything is handled transparently for us 🎉
63-
6462
By using a backplane, we'll get to this:
6563

6664
<div align="center">
@@ -69,6 +67,8 @@ By using a backplane, we'll get to this:
6967

7068
</div>
7169

70+
Everything is transparently handled for us: nice 🙂
71+
7272
## ✉️ Notifications: what they are
7373

7474
Each notifications contains the minimum set of informations needed for the system to be kept in-sync.

0 commit comments

Comments
 (0)