diff --git a/README.md b/README.md index 5fe29ccf..4cf718eb 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,9 @@ ## Installation ```groovy -compile 'ru.noties:markwon:1.0.0' -compile 'ru.noties:markwon-image-loader:1.0.0' // optional -compile 'ru.noties:markwon-view:1.0.0' // optional +compile 'ru.noties:markwon:1.0.1' +compile 'ru.noties:markwon-image-loader:1.0.1' // optional +compile 'ru.noties:markwon-view:1.0.1' // optional ``` ## Supported markdown features: diff --git a/library/src/main/java/ru/noties/markwon/spans/SpannableTheme.java b/library/src/main/java/ru/noties/markwon/spans/SpannableTheme.java index 8ae15fac..eb174673 100644 --- a/library/src/main/java/ru/noties/markwon/spans/SpannableTheme.java +++ b/library/src/main/java/ru/noties/markwon/spans/SpannableTheme.java @@ -601,7 +601,7 @@ public class SpannableTheme { } /** - * Supplied Drawable must be stateful ({@link Drawable#isStateful()} -> true). If a task + * Supplied Drawable must be stateful ({@link Drawable#isStateful()} returns true). If a task * is marked as done, then this drawable will be updated with an {@code int[] { android.R.attr.state_checked }} * as the state, otherwise an empty array will be used. This library provides a ready to be * used Drawable: {@link TaskListDrawable}