diff --git a/.idea/misc.xml b/.idea/misc.xml
index ac02b5a..88ed1a1 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -9,6 +9,7 @@
+
diff --git a/README.md b/README.md
index ce12848..eb59274 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
[](https://opensource.org/licenses/BSD-3-Clause)
-[](https://kotlinlang.org/)
+[](https://kotlinlang.org/)
[](https://oss.sonatype.org/content/repositories/snapshots/net/thauvin/erik/isgd-shorten/)
[](https://github.com/ethauvin/isgd-shorten/releases/latest)
[](https://central.sonatype.com/artifact/net.thauvin.erik/isgd-shorten)
diff --git a/examples/bld/README.md b/examples/bld/README.md
index 39cdb12..7b7a4a6 100644
--- a/examples/bld/README.md
+++ b/examples/bld/README.md
@@ -1,7 +1,7 @@
## Kotlin Example
To compile & run the Kotlin example:
-```text
+```console
./bld compile
./bld run --args='https://www.example.com https://is.gd/Pt2sET'
@@ -10,7 +10,7 @@ To compile & run the Kotlin example:
## Java Example
To compile & run the Java example:
-```text
+```console
./bld compile
./bld run-java --args='https://www.example.com https://is.gd/Pt2sET'
diff --git a/examples/bld/src/bld/java/com/example/ExampleBuild.java b/examples/bld/src/bld/java/com/example/ExampleBuild.java
index c49b6ff..e738c40 100644
--- a/examples/bld/src/bld/java/com/example/ExampleBuild.java
+++ b/examples/bld/src/bld/java/com/example/ExampleBuild.java
@@ -3,7 +3,6 @@ package com.example;
import rife.bld.BaseProject;
import rife.bld.BuildCommand;
import rife.bld.extension.CompileKotlinOperation;
-import rife.bld.extension.CompileKotlinOptions;
import rife.bld.operations.RunOperation;
import java.util.List;
@@ -36,11 +35,6 @@ public class ExampleBuild extends BaseProject {
public void compile() throws Exception {
new CompileKotlinOperation()
.fromProject(this)
- .compileOptions(
- new CompileKotlinOptions()
- .jdkRelease(javaRelease)
- .verbose(true)
- )
.execute();
// Also compile the Java source code
diff --git a/examples/gradle/.idea/.name b/examples/gradle/.idea/.name
index e66a2bf..a595e88 100644
--- a/examples/gradle/.idea/.name
+++ b/examples/gradle/.idea/.name
@@ -1 +1 @@
-isgd-examples
\ No newline at end of file
+isgd-shorten-examples-gradle
\ No newline at end of file
diff --git a/examples/gradle/.idea/gradle.xml b/examples/gradle/.idea/gradle.xml
index 39ec4f5..7d3b3e8 100644
--- a/examples/gradle/.idea/gradle.xml
+++ b/examples/gradle/.idea/gradle.xml
@@ -1,5 +1,6 @@
+