Skip to content

Commit 2a90d5a

Browse files
committed
Fixes a typo in README.md Example
1 parent 2fce9fb commit 2a90d5a

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)