We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ec15098 + 1664fbd commit aa30c2fCopy full SHA for aa30c2f
README.md
@@ -28,7 +28,7 @@ Connections are managed by a process. Start the process by calling `start_link/1
28
29
####Named Connection
30
```elixir
31
-{:ok, conn} = RethinkDB.Connection.start_link([name: :foo]})
+{:ok, conn} = RethinkDB.Connection.start_link([name: :foo])
32
```
33
34
####Supervised Connection
0 commit comments