diff --git a/binaries/jSerialComm-2.8.4-sources.jar b/binaries/jSerialComm-2.8.4-sources.jar
deleted file mode 100644
index 3e8615f..0000000
Binary files a/binaries/jSerialComm-2.8.4-sources.jar and /dev/null differ
diff --git a/binaries/jSerialComm-2.8.4-test.jar b/binaries/jSerialComm-2.8.4-test.jar
deleted file mode 100644
index 51fed8f..0000000
Binary files a/binaries/jSerialComm-2.8.4-test.jar and /dev/null differ
diff --git a/binaries/jSerialComm-2.8.4.jar b/binaries/jSerialComm-2.8.4.jar
deleted file mode 100644
index c7b5e93..0000000
Binary files a/binaries/jSerialComm-2.8.4.jar and /dev/null differ
diff --git a/binaries/jSerialComm-2.8.4-javadoc.jar b/binaries/jSerialComm-2.8.5-javadoc.jar
similarity index 82%
rename from binaries/jSerialComm-2.8.4-javadoc.jar
rename to binaries/jSerialComm-2.8.5-javadoc.jar
index 4175534..1e20a50 100644
Binary files a/binaries/jSerialComm-2.8.4-javadoc.jar and b/binaries/jSerialComm-2.8.5-javadoc.jar differ
diff --git a/binaries/jSerialComm-2.8.5-sources.jar b/binaries/jSerialComm-2.8.5-sources.jar
new file mode 100644
index 0000000..34095e1
Binary files /dev/null and b/binaries/jSerialComm-2.8.5-sources.jar differ
diff --git a/binaries/jSerialComm-2.8.5-test.jar b/binaries/jSerialComm-2.8.5-test.jar
new file mode 100644
index 0000000..1f09489
Binary files /dev/null and b/binaries/jSerialComm-2.8.5-test.jar differ
diff --git a/binaries/jSerialComm-2.8.5.jar b/binaries/jSerialComm-2.8.5.jar
new file mode 100644
index 0000000..9840a2c
Binary files /dev/null and b/binaries/jSerialComm-2.8.5.jar differ
diff --git a/index.html b/index.html
index 8eade79..eb2908c 100644
--- a/index.html
+++ b/index.html
@@ -29,7 +29,7 @@
One of the most convenient features of this library is that it allows you to simply include the JAR file in your custom project, and it will automatically select and load the correct native library for your platform and architecture. As such, you can make use of this library by simply copying the jSerialComm.jar file into your project directory and linking to it as you would any other JAR file.
+One of the most convenient features of this library is that it allows you to simply include the JAR file in your custom project, and it will automatically select and load the correct native library for your platform and architecture. As such, you can make use of this library by simply copying the jSerialComm.jar file into your project directory and linking to it as you would any other JAR file.
To access the contents of the library in your project, make sure to import com.fazecast.jSerialComm.*
into your java files. You can then generate a list of all available serial ports on your system (real or virtual), by calling the following static method: