Skip to content

Commit 00d39ea

Browse files
committed
bump tested otp version to 23
1 parent a2c23da commit 00d39ea

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Diff for: README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ Supports [VelocyStream](https://www.arangodb.com/2017/08/velocystream-async-bina
1010

1111
Tested 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
137137
def 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
331331
for 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

333333
The `: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
335335
overridden (i.e. `:mint`'s `:mode` option). If `:transport_opts` is set here it will override
336336
everything given to `:tcp_opts` or `:ssl_opts`, regardless of whether or not a connection is
337337
encrypted.
@@ -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

Comments
 (0)