From cc3a95506625507b772f8a02560c47296e7baabd Mon Sep 17 00:00:00 2001 From: andresm6 <41006347+andresm6@users.noreply.github.com> Date: Mon, 10 Mar 2025 12:05:04 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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).