Skip to content

Commit

Permalink
Fix docs on how to add the plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
big-andy-coates committed Jun 12, 2022
1 parent 14b8ed4 commit fa3fad0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ To use the JSON Schema plugin, include the following in your build script:
##### Groovy: Using the JSON Schema plugin
```groovy
plugins {
id 'org.creekservice.json.schema'
id 'org.creekservice.json.schema' version '0.2.0'
}
```

##### Kotlin: Using the JSON Schema plugin
```kotlin
plugins {
id("org.creekservice.json.schema")
id("org.creekservice.json.schema") version "0.2.0"
}
```

Expand Down

0 comments on commit fa3fad0

Please sign in to comment.