Skip to content

Commit

Permalink
#5 typo
Browse files Browse the repository at this point in the history
  • Loading branch information
davec82 committed Jan 6, 2019
1 parent c0ec4c9 commit 71d2ad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ where MySample.Call will be a module that implements EventSocketOutbound.CallMgm

3. Add the child specs to your supervision tree, using `EventSocketOutbound.Protocol` as protocol. For more info, refer to ranch [docs](https://ninenines.eu/docs/en/ranch/1.7/guide/embedded/).
```elixir
child_spec = :ranch.child_spec(ref, :ranch_tcp, %{num_acceptors: acceptors, socket_opts: [{:port, port}]},, EventSocketOutbound.Protocol :ranch)
child_spec = :ranch.child_spec(ref, :ranch_tcp, %{num_acceptors: acceptors, socket_opts: [{:port, port}]}, EventSocketOutbound.Protocol :ranch)
```

## Copyright and License
Expand Down

0 comments on commit 71d2ad4

Please sign in to comment.