Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmay committed Jan 9, 2022
1 parent 551ee3b commit 9cb34c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,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.5.jar MyClass.java
$ java -cp cdk-2.5.jar:. MyClass
$ javac -cp cdk-2.7.jar MyClass.java
$ java -cp cdk-2.7.jar:. MyClass
```

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

Expand Down

0 comments on commit 9cb34c9

Please sign in to comment.