Skip to content

Commit b894e66

Browse files
committed
use shell in blog post
1 parent a005980 commit b894e66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2025-08-18-interop-and-portability.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ Elixir, by way of Erlang, has built-in support for distributed systems. Multiple
237237

238238
Nodes become discoverable in the cluster simply by starting them with names. Once we connect to a node, we can send messages, spawn remote processes, and more. Here's an example:
239239

240-
```elixir
240+
```shell
241241
$ iex --name a@127.0.0.1 --cookie secret
242242
$ iex --name b@127.0.0.1 --cookie secret
243243
iex(a@127.0.0.1)> Node.connect(:"b@127.0.0.1")

0 commit comments

Comments
 (0)