From 8252d19caaa284272c045f8af8cf9afc9d849254 Mon Sep 17 00:00:00 2001 From: Alex Litvak Date: Thu, 14 Apr 2022 02:46:11 +0600 Subject: [PATCH] small style changes --- worker/cli/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/cli/index.md b/worker/cli/index.md index 475b219e..46442737 100644 --- a/worker/cli/index.md +++ b/worker/cli/index.md @@ -29,7 +29,7 @@ The new [Iron cli](https://github.com/iron-io/ironcli) tool has an easy installe curl -sSL https://cli.iron.io/install | sh ``` -If you're having issues with the above installation command, then you can use the iron/cli docker image. All the commands are the same, but instead of starting the command with `iron`, change it to: +If you're having issues with the above installation command, then you can use the `iron/cli` docker image. All the commands are the same, but instead of starting the command with `iron`, change it to: ```sh docker run --rm -it -v "$PWD":/app -w /app iron/cli ...