We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1fe9374 + 5239c21 commit b4e274cCopy full SHA for b4e274c
README.md
@@ -139,7 +139,8 @@ $ MIX_ENV=test iex -S mix
139
Erlang/OTP 20 [erts-9.1.3] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:10] [hipe] [kernel-poll:false] [dtrace]
140
141
Interactive Elixir (1.5.2) - press Ctrl+C to exit (type h() ENTER for help)
142
-iex> {:ok, pid} = Bolt.Sips.start_link(url: "localhost")
+iex> opts = Application.get_env(:bolt_sips, Bolt)
143
+iex> {:ok, _pid} = Bolt.Sips.start_link(opts)
144
{:ok, #PID<0.185.0>}
145
146
iex> conn = Bolt.Sips.conn
0 commit comments