diff --git a/README.md b/README.md index 033d29c..2788907 100644 --- a/README.md +++ b/README.md @@ -20,5 +20,5 @@ This project uses: - Currently throws "WARNING: An illegal reflective access operation has occurred", when the java version used is >8. This has no effect on function or performance, and is just a warning. -- Exception when using Mac OS: Please run the JVM with -XstartOnFirstThread. For example: +- Exception when using Mac OS: Please run the JVM with -XstartOnFirstThread. For example:
```java -XstartOnFirstThread -cp target/factory-robots-1.0-SNAPSHOT.jar inf112.app.Main```