Skip to content

Commit bbe7baf

Browse files
authored
Update README.md
1 parent d44628f commit bbe7baf

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
@@ -17,7 +17,7 @@ puts binary codecs in front of `:global` and `Subject` so the compiler can
1717
catch mismatches before messages leave the process.
1818

1919
"Typed" here means checked at encode/decode boundaries. There is no shared
20-
type system across nodes — the BEAM doesn't work that way.
20+
type system across nodes. The BEAM doesn't work that way.
2121

2222
## Install
2323

@@ -117,7 +117,7 @@ the fields together.
117117

118118
| Module | Does |
119119
|--------|------|
120-
| `distribute` | Facade start node, connect, send, lookup |
120+
| `distribute` | Facade: start node, connect, send, lookup |
121121
| `distribute/actor` | Named actors, supervision, pools |
122122
| `distribute/cluster` | `net_kernel` start/connect/ping |
123123
| `distribute/codec` | Binary codecs for primitives + `subject()` |

0 commit comments

Comments
 (0)