Skip to content

Commit

Permalink
Fix on readme and dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Paulo Amorim committed Feb 18, 2016
1 parent f391c4d commit cce7666
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,19 @@
# jMonad
# Seq

Import dependency
--------------------------------

Into your build.gradle:

```groovy
repositories {
maven {
url "https://jitpack.io"
}
}
dependencies {
compile 'com.github.jmonad:seq:0.1'
}
```

0 comments on commit cce7666

Please sign in to comment.