Skip to content

Commit f6be34d

Browse files
committed
Update documentation
1 parent 7a7635b commit f6be34d

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

lib/ex_rtmp/client.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ defmodule ExRTMP.Client do
2929
## Options
3030
* `:uri` - The RTMP server URI to connect to. This option is required.
3131
32-
* `:stream_key` - The stream key to use when publishing a stream. This option is required.
32+
* `:stream_key` - The stream key. This option is required.
3333
3434
* `:name` - The name to register the client process. This option is optional.
3535
"""

mix.exs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ defmodule ExRTMP.MixProject do
6565
groups_for_modules: [
6666
Core: [
6767
"ExRTMP",
68+
~r/^ExRTMP\.Client($|\.)/,
6869
~r/^ExRTMP\.Server($|\.)/,
6970
"ExRTMP.Chunk",
7071
"ExRTMP.Message",

0 commit comments

Comments
 (0)