Skip to content

Commit

Permalink
Update shields
Browse files Browse the repository at this point in the history
  • Loading branch information
Giovanni Lovato committed Jul 27, 2017
1 parent 096ec8a commit 367ec5b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
image:https://img.shields.io/github/release/heruan/humanize.svg[link=https://github.com/heruan/humanize/releases,title=Latest release]
image:https://img.shields.io/github/downloads/heruan/humanize/total.svg[link=https://github.com/heruan/humanize/archive/master.zip,title=GitHub]
image:https://img.shields.io/circleci/project/github/heruan/humanize.svg[link=https://circleci.com/gh/heruan/humanize,title=CricleCI]
image:https://img.shields.io/codecov/c/github/heruan/humanize.svg[link=https://codecov.io/gh/heruan/humanize,title=Codecov]
image:https://img.shields.io/github/license/heruan/humanize.svg[link=http://www.apache.org/licenses/LICENSE-2.0.html,title=Apache License 2.0]

= Humanization libraries for Java

== humanize-time

image:https://img.shields.io/maven-central/v/to.lova.humanize/humanize-time.svg[]

[source,java]
----
Temporal minutesAgo = ZonedDateTime.now().minus(5, ChronoUnit.MINUTES);
Expand Down

0 comments on commit 367ec5b

Please sign in to comment.