diff --git a/docs/cli/usage.mdx b/docs/cli/usage.mdx
index 922c0f2d8..f6e06c966 100644
--- a/docs/cli/usage.mdx
+++ b/docs/cli/usage.mdx
@@ -34,10 +34,12 @@ infisical init
## Inject environment variables
-```bash
-# inject environment variables into app
-infisical run -- [your application start command]
-```
+
+ ```bash
+ # inject environment variables into app
+ infisical run -- [your application start command]
+ ```
+
Custom aliases can utilize secrets from Infisical. Suppose there is a custom alias `yd` in `custom.sh` that runs `yarn dev` and needs the secrets provided by Infisical.
@@ -54,10 +56,9 @@ infisical run -- [your application start command]
```bash
infisical run --command="source custom.sh && yd"
```
-
- View all available options for `run` command [here](./commands/run)
+View all available options for `run` command [here](./commands/run)
## Examples: