From 7ce0f9117cfa7a41028a08fbe604deb27cdc8823 Mon Sep 17 00:00:00 2001 From: Noah Date: Fri, 10 Aug 2018 13:23:57 -0400 Subject: [PATCH] Fix H3 tags for Gradle and Maven in README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8ba3490..bb2cf7e 100644 --- a/README.md +++ b/README.md @@ -27,18 +27,18 @@ control.value = 1.0 ## Getting started This version is build against Kotlin: `1.0.3`. -###Gradle +### Gradle ```groovy dependencies { compile 'nl.komponents.progress:progress:1.0.3' } ``` -###Maven +### Maven ```xml nl.komponents.progress progress 1.0.3 -``` \ No newline at end of file +```