Skip to content

Commit 2c37bb4

Browse files
committed
chore: update README.md
1 parent 326fa70 commit 2c37bb4

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Composite
2-
A utility that may help in writing composable queries :).
3-
4-
# Example
5-
See [test file](test/composite_test.exs).
2+
A utility for writing dynamic queries.
63

74
## Installation
85

@@ -12,8 +9,10 @@ adding `composite` to your list of dependencies in `mix.exs`:
129
```elixir
1310
def deps do
1411
[
15-
{:composite, "~> 0.2"}
12+
{:composite, "~> 0.3"}
1613
]
1714
end
1815
```
1916
Docs can be found at [https://hexdocs.pm/composite](https://hexdocs.pm/composite).
17+
18+
More complex examples of usage can be found in [test file](test/composite_test.exs).

0 commit comments

Comments
 (0)