From 0c23c77e9a91a5c218d3634fa71114a509fac058 Mon Sep 17 00:00:00 2001 From: Joseph Spencer Date: Mon, 16 Jun 2014 17:42:15 -0700 Subject: [PATCH] Fixing a grammatical mistake. Thanks @TheSpyder! --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b975137..c1b1566a 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Notes: * If you are having problems finding 'jni.h'. Make sure you have the JDK installed not just the JRE. If you are using OpenJDK you want the openjdk-7-jdk package, not openjdk-7-jre. _Mavericks users see [Issue #86](https://github.com/nearinfinity/node-java/issues/86) if you run into this._ -### Installatin OSX +### Installation OSX * If you run into strange runtime issues, it could be because the Oracle JDK does not advertise itself as available for JNI. See [Issue 90](https://github.com/joeferner/node-java/issues/90#issuecomment-45613235) for more details and manual workarounds. If this does occur for you, please update the issue.