Skip to content

Commit aa30c2f

Browse files
authored
Merge pull request #110 from manusajith/master
Typo fix in Readme
2 parents ec15098 + 1664fbd commit aa30c2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Connections are managed by a process. Start the process by calling `start_link/1
2828

2929
####Named Connection
3030
```elixir
31-
{:ok, conn} = RethinkDB.Connection.start_link([name: :foo]})
31+
{:ok, conn} = RethinkDB.Connection.start_link([name: :foo])
3232
```
3333

3434
####Supervised Connection

0 commit comments

Comments
 (0)