Skip to content

Commit 448d76b

Browse files
committed
Fix alignment in README
1 parent 3b2ec34 commit 448d76b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Usage
1313
=====
1414
TimeAgo time = new TimeAgo();
1515
String minutes = time.timeAgo(System.currentTimeMillis() - (15*60*1000)); // returns "15 minutes ago"
16-
String hours = time.timeUntil(System.currentTimeMillis() - (6*60*60*1000)); // returns "6 hours ago"
16+
String hours = time.timeUntil(System.currentTimeMillis() - (6*60*60*1000)); // returns "6 hours ago"
1717
Contribution
1818
=====
1919
If you would like to contribute locale-specific properties files please fork this repository and open a pull request.

0 commit comments

Comments
 (0)