diff --git a/README.md b/README.md index 84f4eba..b8e4565 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,9 @@ You might want to specify the root location of the icons used (to make it easier A *simple* example is as follows: - // if using provided JNA jars. Not necessary if using JNA from https://github.com/twall/jna - System.load("Path to OS specific JNA jar"); + // if using provided JNA jars. Not necessary if + //using JNA from https://github.com/twall/jna + System.load("Path to OS specific JNA jar"); this.systemTray = SystemTray.create("Dorkbox");