Skip to content

Commit

Permalink
fix(docs): Fix minor typo in README file (#2092)
Browse files Browse the repository at this point in the history
  • Loading branch information
ezimanyi committed Mar 28, 2018
1 parent 97947ec commit bbc42b3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ To start the JVM in debug mode, set the Java system property `DEBUG=true`:
./gradlew -DDEBUG=true
```

The JVM will then listen for a debugger to be attached on port 8183. The JVM will _not_ wait for the debugger
to be attached before starting Orca; the relevant JVM arguments can seen and be modified as needed in `build.gradle`.
The JVM will then listen for a debugger to be attached on port 8183. The JVM will _not_ wait for
the debugger to be attached before starting Orca; the relevant JVM arguments can be seen and
modified as needed in `build.gradle`.

0 comments on commit bbc42b3

Please sign in to comment.