Skip to content

Commit f73c020

Browse files
committed
Add links to documentation
1 parent 1aca6d1 commit f73c020

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ An Elixir SQLite3 library.
55
If you are looking for the Ecto adapater, take a look at the
66
[Ecto SQLite3 library][ecto_sqlite3].
77

8+
Documentation: https://hexdocs.pm/exqlite
9+
Package: https://hex.pm/packages/exqlite
10+
811

912
## Caveats
1013

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ defmodule Exqlite.MixProject do
3939
end
4040

4141
defp description do
42-
"An SQLite3 Elixir library with adapter for Ecto3."
42+
"An Elixir SQLite3 library"
4343
end
4444

4545
defp package do

0 commit comments

Comments
 (0)