Skip to content

Commit f3430b6

Browse files
committed
README updates
1 parent ef18794 commit f3430b6

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ only.
66

77
**Note the "L" in "LGPL". LGPL AND GPL ARE QUITE DIFFERENT!**
88

9-
10-
Note: this project uses [Gradle](http://www.gradle.org) as a build system. See the `BUILD.md` file
11-
for details.
12-
139
## What this is
1410

1511
This is a 100% Java implementation of IETF's [RFC 6570](http://tools.ietf.org/html/rfc6570) (URI
@@ -22,16 +18,18 @@ is the wrong thing to do, see below.
2218

2319
## Versions
2420

25-
The current version is **0.8**. Javadoc [here](http://fge.github.io/uri-template).
21+
The current version is **0.8**. Javadoc [here](http://fge.github.io/uri-template). See the
22+
`RELEASE-NOTES.md` file in this package for a list of changes.
2623

2724
## Gradle/Maven artifact
2825

2926
Gradle:
3027

31-
```
28+
```groovy
3229
dependencies {
3330
compile(group: "com.github.fge", name: "uri-template", version: "yourVersionHere");
3431
};
32+
```
3533

3634
Maven:
3735

0 commit comments

Comments
 (0)