README.md
# Ouroboros
---
Cursor based pagination for Ecto. Thanks to [duffelhq](https://github.com/duffelhq) for the [paginator](https://github.com/duffelhq/paginator) library, from which this library grew.
---
## Installation
```elixir
def deps do
[
{:ouroboros, "~> 0.1.0"}
]
end
```
---
### Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request