Skip to content

Commit 6050b69

Browse files
author
Justin Wood
authored
Merge pull request #162 from leandroh/fix-readme-example-typo
Fix a typo in README file
2 parents 2fce9fb + 2a90d5a commit 6050b69

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
@@ -16,7 +16,7 @@ or check out examples below.
1616
```elixir
1717
# In your config/config.exs file
1818
config :my_app, Repo,
19-
adapter: Mongo.Ecto
19+
adapter: Mongo.Ecto,
2020
database: "ecto_simple",
2121
username: "mongodb",
2222
password: "mongosb",

0 commit comments

Comments
 (0)