README.md

# Org

Implements an org-mode parser.

Further documentation is available [on hexdocs.pm](https://hexdocs.pm/org/Org.html)

## Installation

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

```elixir
def deps do
  [
    {:org, "~> 0.1.0"}
  ]
end
```