Skip to content

Commit

Permalink
Merge pull request #3 from fabianishere/docs/readme
Browse files Browse the repository at this point in the history
docs: Fix plugin identifier for Gradle
  • Loading branch information
fabianishere committed Jun 5, 2018
2 parents 51dfa8e + 6dfda90 commit fdbca1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ To use the plugin, just apply the plugin in your `build.gradle`:

```groovy
plugins {
id 'nl.fabianm.kotlin.compiler.generated' version '1.0'
id 'nl.fabianm.kotlin.plugin.generated' version '1.0'
}
```

Expand Down

0 comments on commit fdbca1f

Please sign in to comment.