Skip to content

Commit

Permalink
Clean up README
Browse files Browse the repository at this point in the history
  • Loading branch information
expede committed Jan 4, 2016
1 parent fbe21a5 commit 3857a61
Showing 1 changed file with 3 additions and 16 deletions.
19 changes: 3 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,15 @@
# Witchcraft
![](./logo.png)

Functors, monads, arrows, and categories

| Build Status | Maintainer Message | Documentation | Hosted Package |
|--------------|--------------------|---------------|----------------|
| [![Circle CI](https://circleci.com/gh/robot-overlord/witchcraft/tree/master.svg?style=svg)](https://circleci.com/gh/robot-overlord/witchcraft/tree/master) | ![built with humanity](https://cloud.githubusercontent.com/assets/1052016/11023213/66d837a4-8627-11e5-9e3b-b295fafb1450.png) |[robotoverlord.io/witchcraft](http://www.robotoverlord.io/witchcraft/extra-readme.html) | [Hex](https://hex.pm/packages/witchcraft) |

A monoid, functor, applicative, monad, and arrow library

*This is currently very Haskell-flavoured*. It will become more idiomatic after the first pass.

## Installation

1. Add witchcraft to your list of dependencies in `mix.exs`:
# Quick Start

```
def deps do
[{:witchcraft, "~> 0.2.0"}]
end
```

2. Ensure witchcraft is started before your application:

```
def application do
[applications: [:witchcraft]]
end
```

0 comments on commit 3857a61

Please sign in to comment.