Skip to content

Commit

Permalink
chore: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fuelen committed Sep 11, 2021
1 parent 326fa70 commit 2c37bb4
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Composite
A utility that may help in writing composable queries :).

# Example
See [test file](test/composite_test.exs).
A utility for writing dynamic queries.

## Installation

Expand All @@ -12,8 +9,10 @@ adding `composite` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:composite, "~> 0.2"}
{:composite, "~> 0.3"}
]
end
```
Docs can be found at [https://hexdocs.pm/composite](https://hexdocs.pm/composite).

More complex examples of usage can be found in [test file](test/composite_test.exs).

0 comments on commit 2c37bb4

Please sign in to comment.