diff --git a/README.md b/README.md index ff835bf..f032455 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ The Kotlin compiler executable can also be specified directly: public void compile() throws Exception { new CompileKotlinOperation() .fromProject(this) - .lotlinc("/usr/bin/kotlinc") + .kotlinc("/usr/bin/kotlinc") .execute(); } ```