README.md
# ObliqueStrategies
An Elixir library for [Oblique Strategies](https://en.wikipedia.org/wiki/Oblique_Strategies).
The Oblique Strategies are copyright Brian Eno and Peter Schmidt © 1975. This library is a tool for interacting with the text of the cards, provided for educational and non-commercial purposes.
## Installation
The package can be installed by adding `oblique_strategies` to
your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:oblique_strategies, "~> 0.1.0"}
]
end
```
Documentation can be found at <https://hexdocs.pm/oblique_strategies>.