Skip to content

Commit 7839c73

Browse files
committed
added more info to the readme
1 parent bf0ed81 commit 7839c73

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ any client code.
66

77

88
## Available on Maven Central
9-
Usually, one needs to add 2 dependencies:
9+
Usually, one needs to add multiple dependencies for bgoth `molwitch` as well as the underlying toolkit:
1010
This adds the API.
1111
```
1212
<dependency>
@@ -18,11 +18,17 @@ This adds the API.
1818

1919
There also needs to be a molwitch implementation
2020

21-
To add CDK:
21+
To add [molwitch-CDK](https://github.com/ncats/molwitch-cdk) :
2222
```
2323
<dependency>
2424
<groupId>gov.nih.ncats</groupId>
2525
<artifactId>molwitch-cdk</artifactId>
2626
<version>1.0.4</version>
2727
</dependency>
28-
```
28+
```
29+
30+
## License
31+
This project is Open Sourced under the [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0)
32+
However the underlying molwitch implementations may use different licences depending on the license
33+
of the underlying toolkit.
34+

0 commit comments

Comments
 (0)