From f061740bd909d4794c0e25fe5ca7cbb56c34eaf6 Mon Sep 17 00:00:00 2001 From: Galeen <2math@mail.bg> Date: Wed, 11 Mar 2020 16:49:45 +0200 Subject: [PATCH] update documentation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 44ddcc1..89babad 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ allprojects { Next add as dependency in your application build.gradle -#Important from v1.1.5 the lib is migrated to AndroidX, in new branch androidX +# Important from v1.1.5 the lib is migrated to AndroidX, in new branch androidX ``` implementation 'com.github.2math:core:latest_version' @@ -35,7 +35,7 @@ implementation 'com.github.2math:core:latest_version' // required by com.github.2math:core lib end ``` -#For v1.1.4 or earlier use : +# For v1.1.4 or earlier use : ``` implementation 'com.github.2math:core:latest_version'