We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2fce9fb + 2a90d5a commit 6050b69Copy full SHA for 6050b69
1 file changed
README.md
@@ -16,7 +16,7 @@ or check out examples below.
16
```elixir
17
# In your config/config.exs file
18
config :my_app, Repo,
19
- adapter: Mongo.Ecto
+ adapter: Mongo.Ecto,
20
database: "ecto_simple",
21
username: "mongodb",
22
password: "mongosb",
0 commit comments