From e81320f36a9841e1842da64b6e15a6d4bf02c38d Mon Sep 17 00:00:00 2001 From: nathan Date: Sun, 28 Jun 2015 01:57:53 +0200 Subject: [PATCH] Updated readme formatting --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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");