diff --git a/README.md b/README.md index 305fd63..00a68fa 100644 --- a/README.md +++ b/README.md @@ -22,12 +22,10 @@ Make sure to save the workflow when changes are made on the actions or parameter #### 1. Define the environment parameters -Before adding actions to the workflow, the environment parameters shall be specified. Open the Workflow settings and add the following parameters (key/value pairs): username, password, server, microservice, trackerId. +Before adding actions to the workflow, the environment parameters shall be specified. Open the **Workflow settings** and add the following parameters (key/value pairs): username, password, server, microservice, trackerId. These parameters will be used to configure the different actions in the workflow. ![workflow-parameters](/img/workflow-parameters.png) -These parameters will be used to configure the different actions in the workflow. - #### Check the /health endpoint #### Notify a Slack channel diff --git a/checkHealth.js b/src/checkHealth.js similarity index 100% rename from checkHealth.js rename to src/checkHealth.js diff --git a/createAlarm.js b/src/createAlarm.js similarity index 100% rename from createAlarm.js rename to src/createAlarm.js