Skip to content

Commit f052869

Browse files
3flextschuchortdev
authored andcommitted
Fix a typo
1 parent cbf4e00 commit f052869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Configure compilation
5555

5656
// pass your own instance of a compiler plugin
5757
compilerPlugins = listOf(MyComponentRegistrar())
58-
commandlineProcessors = listOf(MyCommandlineProcessor())
58+
commandLineProcessors = listOf(MyCommandlineProcessor())
5959

6060
inheritClassPath = true
6161
messageOutputStream = System.out // see diagnostics in real time

0 commit comments

Comments
 (0)