@@ -10,9 +10,9 @@ Supports [VelocyStream](https://www.arangodb.com/2017/08/velocystream-async-bina
1010
1111Tested on:
1212
13- - __ ArangoDB __ 3.3.9 - 3.6
14- - __ Elixir __ 1.6 - 1.10
15- - __ OTP __ 20 - 22
13+ - ** ArangoDB ** 3.3.9 - 3.6
14+ - ** Elixir ** 1.6 - 1.10
15+ - ** OTP ** 20 - 23
1616
1717[ Documentation] ( https://hexdocs.pm/arangox/readme.html )
1818
@@ -129,9 +129,9 @@ iex> Arangox.options(conn, "/")
129129 }}
130130```
131131
132- __ NOTE: __ ` :mint ` doesn't support unix sockets.
132+ ** NOTE: ** ` :mint ` doesn't support unix sockets.
133133
134- __ NOTE: __ Since ` :gun ` is an Erlang library, you _ might_ need to add it as an extra application in ` mix.exs ` :
134+ ** NOTE: ** Since ` :gun ` is an Erlang library, you _ might_ need to add it as an extra application in ` mix.exs ` :
135135
136136``` elixir
137137def application () do
@@ -152,9 +152,9 @@ config :arangox, :json_library, Poison
152152
153153### Benchmarks
154154
155- __ pool size __ 10
156- __ parallel processes __ 1000
157- __ system __ virtual machine, 1 cpu (not shared), 2GB RAM
155+ ** pool size ** 10
156+ ** parallel processes ** 1000
157+ ** system ** virtual machine, 1 cpu (not shared), 2GB RAM
158158
159159| Name | Latency |
160160| ------------ | --------- |
@@ -331,7 +331,7 @@ See [`:gen_tcp.connect_option()`](http://erlang.org/doc/man/gen_tcp.html#type-co
331331for more information on ` :tcp_opts ` , or [ ` :ssl.tls_client_option() ` ] ( http://erlang.org/doc/man/ssl.html#type-tls_client_option ) for ` :ssl_opts ` .
332332
333333The ` :client_opts ` option can be used to pass client-specific options to ` :gun ` or ` :mint ` .
334- These options are merged with and may override values set by arangox. Some options cannot be
334+ These options are merged with and may override values set by arangox. Some options cannot be
335335overridden (i.e. ` :mint ` 's ` :mode ` option). If ` :transport_opts ` is set here it will override
336336everything given to ` :tcp_opts ` or ` :ssl_opts ` , regardless of whether or not a connection is
337337encrypted.
@@ -369,4 +369,4 @@ mix test
369369
370370- ` :get_endpoints ` and ` :port_mappings ` options
371371- An Ecto adapter
372- - More descriptive logs
372+ - More descriptive logs
0 commit comments