Skip to content

Commit ee880c0

Browse files
committed
Minor fixes in readme
1 parent 1a1e222 commit ee880c0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ The tool allows to dump binary API of a Kotlin libraries that is public in sense
2020
* [Class member changes](#class-member-changes)
2121

2222
## Setup
23+
2324
Binary compatibility validator is a Gradle plugin that is added to the `build.gradle` in the following way:
25+
2426
```
2527
ext.validator_version = "0.1.1"
2628
@@ -33,7 +35,7 @@ buildscript {
3335
apply plugin: 'binary-compatibility-validator'
3436
```
3537

36-
It is enough the plugin only to the root configuration file, all sub-projects will be configured automatically.
38+
It is enough to apply the plugin only to the root configuration file; all sub-projects will be configured automatically.
3739

3840
### Tasks
3941

@@ -46,7 +48,9 @@ The plugin provides two tasks:
4648
tasks will start checking public API upon their execution.
4749

4850
### Optional parameters
51+
4952
Binary compatibility validator can be additionally configured with the following DSL:
53+
5054
```kotlin
5155
apiValidation {
5256
/**

0 commit comments

Comments
 (0)