From 7d3e7a438651f9ab3385ca20c3e0c220dc9182b0 Mon Sep 17 00:00:00 2001 From: wine Date: Fri, 10 Aug 2018 15:16:03 +0200 Subject: [PATCH] Fix capitalization in IntelliJ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 660eb14f..1adc1a95 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ On linux, run `chmod +x gradlew` and for the following commands use `./gradlew` ``` gradlew.bat setupDecompWorkspace ``` -Import KAMI into your IDE of choice. If you use intelliJ, import from the `build.gradle` file and run `gradlew.bat genIntellijRuns` +Import KAMI into your IDE of choice. If you use IntelliJ, import from the `build.gradle` file and run `gradlew.bat genIntellijRuns` If you do not wish to run from an IDE, use `gradlew.bat runClient` to run KAMI.