Skip to content

Commit

Permalink
fix Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
seisuke committed Jan 10, 2018
1 parent b8823ed commit 35e265a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ anyViewGroupLayout {

constraints({
// view horizontal constraints definitions
button1 - button2[dip(30)]
button1 - dip(30) % button2
alignTail(button1, button2)
}, {
// view vertical constraints definitions
Expand All @@ -35,7 +35,7 @@ anyViewGroupLayout {

```gradle
dependencies {
compile 'com.github.seisuke:akmk:0.2.0'
compile 'com.github.seisuke:akmk:0.3.0'
}
repositories {
Expand Down

0 comments on commit 35e265a

Please sign in to comment.