Skip to content

Commit 4f9a8c6

Browse files
committed
Update README.md
1 parent 76875c3 commit 4f9a8c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# LibCluster Postgres Strategy
1+
# Libcluster Postgres Strategy
22

33
Postgres Strategy for [libcluster](https://hexdocs.pm/libcluster/) which is used by Supabase on the [realtime](https://github.com/supabase/realtime) and [supavisor](https://github.com/supabase/supavisor) projects.
44

5-
It uses Postgres `LISTEN` and `NOTICATION` to send the information from a given node and connects them using LibCluster.
5+
It uses Postgres `LISTEN` and `NOTIFICATION` to send the information from a given node and connects them using libcluster.
66

77

88
```elixir
@@ -35,4 +35,4 @@ by adding `libcluster_postgres` to your list of dependencies in `mix.exs`:
3535
def deps do
3636
[{:libcluster_postgres, "~> 0.1"}]
3737
end
38-
```
38+
```

0 commit comments

Comments
 (0)