···11-# atex_atproto
11+# atex_bsky
2233This package contains the [`app.bsky`] and [`chat.bsky`] lexicons translated
44into Elixir modules for use with [atex].
5566## Installation
7788-Add `atex_atproto` to your list of dependencies in `mix.exs`:
88+Add `atex_bsky` to your list of dependencies in `mix.exs`:
991010```elixir
1111def deps do
1212 [
1313- {:atex_atproto, "~> 0.1"}
1313+ {:atex_bsky, "~> 0.1"}
1414 ]
1515end
1616```