diff --git a/README.md b/README.md index 243a088..2f93123 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ When you can't desugar, add salt! A Gradle plugin that inspects your bytecode to detect bad functions that are not safe to use on older Android versions. -See https://youtrack.jetbrains.com/issue/KT-71375 -See https://jakewharton.com/kotlins-jdk-release-compatibility-flag/ +- See https://youtrack.jetbrains.com/issue/KT-71375 +- See https://jakewharton.com/kotlins-jdk-release-compatibility-flag/ ## Usage @@ -27,4 +27,4 @@ salty { Salty adds a `saltyCheck${variantName}` task that visits your app bytecode using [ASM](https://asm.ow2.io/) and fails if an usage of any forbidden method is found. -`saltyCheck${variantName}` is added to the `check` task so that it is run automatically. \ No newline at end of file +`saltyCheck${variantName}` is added to the `check` task so that it is run automatically.