Skip to content

Commit 9cb34c9

Browse files
committed
Update README
1 parent 551ee3b commit 9cb34c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ You can also download a pre-built library JAR from [releases](https://github.com
4040
Include the main JAR on the Java classpath when compiling and running your code:
4141

4242
```bash
43-
$ javac -cp cdk-2.5.jar MyClass.java
44-
$ java -cp cdk-2.5.jar:. MyClass
43+
$ javac -cp cdk-2.7.jar MyClass.java
44+
$ java -cp cdk-2.7.jar:. MyClass
4545
```
4646

4747
If you are using Maven, you can use the **uber** ``cdk-bundle``, note it is much more efficient to use include
@@ -51,7 +51,7 @@ the modules you need:
5151
<dependency>
5252
<artifactId>cdk-bundle</artifactId>
5353
<groupId>org.openscience.cdk</groupId>
54-
<version>2.5</version>
54+
<version>2.7</version>
5555
</dependency>
5656
```
5757

0 commit comments

Comments
 (0)