From 990ee85973c1a64a99df2d37776ba2aacb755fa4 Mon Sep 17 00:00:00 2001 From: Joe Hegarty Date: Tue, 5 Jan 2016 10:53:41 -0700 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 64fa92c..44e07a9 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ Start your application with an extra JVM parameter: `-javaagent:ea-async-1.0.1.j java -javaagent:ea-async-1.0.1.jar -cp your_claspath YourMainClass args... ``` -It's recommended to add this as a default option to launchers in intellij projects that use ea-async. +It's recommended to add this as a default option to launchers in IntelliJ projects that use ea-async. #### Option 2 - Runtime On your main class or as early as possible, call at least once: @@ -148,11 +148,11 @@ Provided that your JVM has the capability enabled, this will start a runtime ins If you forget to invoke this function, the first call to `await` will initialize the system (and print a warning). This is a solution for testing and development, it has the least amount of configuration. -It might interfere with jvm debugging. This alternative is present as a fallback. +It might interfere with JVM debugging. This alternative is present as a fallback. #### Option 3 - Run instrumentation tool -The ea-async-1.0.1.jar is a runnable jar that can pre-instrument your files (since version 0.9.1) +The ea-async-1.0.1.jar is a runnable jar that can pre-instrument your files. Usage: