README.md
# atex_atproto
This package contains the
[core `com.atproto` lexicons](https://github.com/bluesky-social/atproto/tree/main/lexicons/com/atproto)
translated into Elixir modules for use with
[atex](https://github.com/cometsh/atex).
## Installation
Add `atex_atproto` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:atex_atproto, "~> 0.1.1"}
]
end
```