README.md
# BufEdit
Programmable buffer editor for Elixir, similar in concept to ed.
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `buf_edit` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:buf_edit, "~> 0.1"}
]
end
```