Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
cocoa-xu committed Jul 16, 2023
1 parent a5760c8 commit f189e21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ are going to use. Let's use sqlite3 as an example
supported drivers):

```elixir
config :adbc, :drivers, [:sqlite3]
config :adbc, :drivers, [:sqlite]
```

If you are using a notebook or scripting, you can also use
Expand Down
2 changes: 1 addition & 1 deletion lib/adbc.ex
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ defmodule Adbc do
Now, in your config/config.exs, configure the drivers you
are going to use:
config :adbc, :drivers, [:sqlite3]
config :adbc, :drivers, [:sqlite]
If you are using a notebook or scripting, you can also use
`Adbc.download_driver!/1` to dynamically download one.
Expand Down

0 comments on commit f189e21

Please sign in to comment.