Skip to content

Commit

Permalink
#28: readme cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dgroup authored Jan 12, 2019
1 parent 61df390 commit d6cb986
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
@@ -1,5 +1,5 @@
[![Maven](https://img.shields.io/maven-central/v/com.github.dgroup/laconic-velocity.svg)](https://mvnrepository.com/artifact/com.github.dgroup/laconic-velocity)
[![Javadocs](http://www.javadoc.io/badge/com.github.dgroup/laconic-velocity.svg)](http://www.javadoc.io/doc/com.github.dgroup/laconic-velocity)
[![Maven](https://img.shields.io/maven-central/v/com.github.dgroup/velocity.svg)](https://mvnrepository.com/artifact/com.github.dgroup/velocity)
[![Javadocs](http://www.javadoc.io/badge/com.github.dgroup/velocity.svg)](http://www.javadoc.io/doc/com.github.dgroup/velocity)
[![License: MIT](https://img.shields.io/github/license/mashape/apistatus.svg)](./license.txt)
[![Commit activity](https://img.shields.io/github/commit-activity/y/dgroup/laconic-velocity.svg?style=flat-square)](https://github.com/dgroup/laconic-velocity/graphs/commit-activity)

Expand All @@ -26,13 +26,13 @@ Maven:
```xml
<dependency>
<groupId>com.github.dgroup</groupId>
<artifactId>laconic-velocity</artifactId>
<artifactId>velocity</artifactId>
</dependency>
```
Gradle:
```groovy
dependencies {
compile 'com.github.dgroup:laconic-velocity:<version>'
compile 'com.github.dgroup:velocity:<version>'
}
```
## Get started
Expand Down

0 comments on commit d6cb986

Please sign in to comment.