diff --git a/README.md b/README.md index da4aa72..43e3bba 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ A *simple* example is as follows: ``` ``` Note: This library does NOT use SWT for system-tray support, only for the purpose - of lessening the jar dependencies. Changing it to be SWT-based is not be + of lessening the jar dependencies. Changing it to be SWT-based is not difficult, just remember that SWT on linux *already* starts up the GTK main event loop. ```