README.md

# SyncedState

[Online Documentation](https://hex.pm/synced_state)

SyncedState is a macro to help you sync state changes across Phoenix LiveViews.

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `synced_state` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:synced_state, "~> 0.0.1"}
  ]
end
```