Skip to content

Commit 7aadf51

Browse files
authored
[no ci] Fix accessTransformers configuration name in README docs (#290)
1 parent ac30096 commit 7aadf51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -524,12 +524,12 @@ neoForge {
524524
If there is a single access transformer, it will be published under the `accesstransformer` classifier.
525525
If there are multiple, they will be published under the `accesstransformer1`, `accesstransformer2`, etc... classifiers.
526526

527-
To consume an access transformer, add it as an `accessTransformer` dependency.
527+
To consume an access transformer, add it as an `accessTransformers` dependency.
528528
This will find all the published access transformers regardless of their file names.
529529
For example:
530530
```groovy
531531
dependencies {
532-
accessTransformer "<group>:<artifact>:<version>"
532+
accessTransformers "<group>:<artifact>:<version>"
533533
}
534534
```
535535

0 commit comments

Comments
 (0)