From e47315d070a889b6273500dbc77ea511c0c11796 Mon Sep 17 00:00:00 2001 From: Timothy Johnson Date: Wed, 3 Jan 2024 10:49:25 -0500 Subject: [PATCH] Address PR feedback Signed-off-by: Timothy Johnson --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69cb77d..6839efe 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ To add your conformant plug-in's commands, perform the following steps: > **Note:** All steps should be performed in the root of this project. 1. _Ensure the plug-in you want to contribute to the Web Help is installed in Zowe CLI._
- If it is not already installed, see step 3 above. + If it is not already installed, see step 3 in the [Installing](#installing) section. 2. _Define command groups and profiles that your plug-in contributes._
Copy the template file `zowe.template.json` to a new file named `zowe.json`. This file will be ignored by git. Customize this file to include the full names of command group(s) of your plugin(s), and the name(s) of your plug-in's profile(s), like the following: