README.md

# ShannonEntropy

**Compute the Shannon entropy of a string.**

## Installation

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

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