diff --git a/README.md b/README.md index 889bd43..c3b6103 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,17 @@ # groovy-sample-scripts-UCD This repository contains sample Groovy scripts to automate actions in IBM UrbanCode Deploy. -License +**License** The material in this repository is provided under the terms of this [License](https://github.com/IBM-UrbanCode/groovy-sample-scripts-UCD/blob/master/LICENSE). -Dependencies +**Dependencies** The scripts in this repository depend on libraries that are pre-installed as part of the IBM UrbanCode Agent, specifically: 1. Apache HttpCore (HttpCore 4.3.2, as of IBM UrbanCode Deploy 6.2.4). For more information, see: http://hc.apache.org/downloads.cgi 2. Groovy 1.8.8 (as of IBM UrbanCode Deploy 6.2.4). For more information, see: http://groovy-lang.org/download.html -Usage +**Usage** Script usage intructions can be found in the [Wiki](https://github.com/IBM-UrbanCode/groovy-sample-scripts-UCD/wiki).