Skip to content

Commit

Permalink
docs: Fix plugin identifier for Gradle
Browse files Browse the repository at this point in the history
Fixes #2
  • Loading branch information
fabianishere committed Jun 5, 2018
1 parent 51dfa8e commit 6dfda90
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 6dfda90

Please sign in to comment.