diff --git a/README.md b/README.md index 1e5a480655..79ce9b2e33 100644 --- a/README.md +++ b/README.md @@ -38,8 +38,8 @@ You can also download a pre-built library JAR from [releases](https://github.com Include the main JAR on the Java classpath when compiling and running your code: ```bash -$ javac -cp cdk-2.8.jar MyClass.java -$ java -cp cdk-2.8.jar:. MyClass +$ javac -cp cdk-2.9.jar MyClass.java +$ java -cp cdk-2.9.jar:. MyClass ``` If you are using Maven, you can use the **uber** ``cdk-bundle`` to grab @@ -49,7 +49,7 @@ everything, note it is much more efficient to use include the modules you need: cdk-bundle org.openscience.cdk - 2.8 + 2.9 ```