Skip to content

Commit

Permalink
Highlight code in README (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryant1410 authored and akarnokd committed Jul 25, 2016
1 parent 2053c95 commit 57d3ba0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@ and interactive dataflows.**

**gradle**

```
```groovy
dependencies {
compile "com.github.akarnokd:ixjava:1.0.0-RC1"
compile 'com.github.akarnokd:ixjava:1.0.0-RC1'
}
```

**ivy**

```
```xml
<dependencies>
<dependency org="com.github.akarnokd" name="ixjava" rev="1.0.0-RC1" />
<dependency org="com.github.akarnokd" name="ixjava" rev="1.0.0-RC1" />
</dependencies>
```

Expand Down

0 comments on commit 57d3ba0

Please sign in to comment.