README.md

# Yamlixir

A simple YAML decoder for Elixir.

## Installation

The package can be installed by adding `yamlixir` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:yamlixir, "~> 1.0"}
  ]
end
```

## Documentation

API documentation can be found at [https://hexdocs.pm/yamlixir](https://hexdocs.pm/yamlixir).