diff --git a/README.md b/README.md index e9ba61d..62261f0 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ any client code. ## Available on Maven Central -Usually, one needs to add 2 dependencies: +Usually, one needs to add multiple dependencies for bgoth `molwitch` as well as the underlying toolkit: This adds the API. ``` @@ -18,11 +18,17 @@ This adds the API. There also needs to be a molwitch implementation -To add CDK: +To add [molwitch-CDK](https://github.com/ncats/molwitch-cdk) : ``` gov.nih.ncats molwitch-cdk 1.0.4 -``` \ No newline at end of file +``` + +## License +This project is Open Sourced under the [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0) +However the underlying molwitch implementations may use different licences depending on the license +of the underlying toolkit. +