diff --git a/README.md b/README.md index 48e354cf4..3a5840682 100644 --- a/README.md +++ b/README.md @@ -30,5 +30,11 @@ rdme swagger {path-to-swagger.json} --key={api-key} --id={existing-id} rdme docs path-to-markdown-files --key={api-key} --version={project-version} ``` +### Edit a single readme doc on your local machine + +```sh +rdme docs:edit --key={api-key} --version={project-version} +``` + ## Future We will be expanding and modifying the feature set of this program as/when we expand our public API. Some things will be changed.