Skip to content

Commit 585958c

Browse files
committed
This package is available on Hex
1 parent 239a636 commit 585958c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,13 @@ An Elixir interface to the [lib_pg_query postgres query parser](https://github.c
2424

2525
## Installation
2626

27-
**This package is not currently published to Hex**
28-
2927
The package can be installed by adding `pg_query_ex` to your list of
3028
dependencies in `mix.exs`:
3129

3230
```elixir
3331
def deps do
3432
[
35-
{:pg_query_ex, github: "electric-sql/pg_query_ex"}
33+
{:pg_query_ex, "~> 0.7"}
3634
]
3735
end
3836
```

0 commit comments

Comments
 (0)