diff --git a/README.md b/README.md
index dc74113..965fb47 100644
--- a/README.md
+++ b/README.md
@@ -206,4 +206,4 @@ File content
| `--prompt-model` | Load a custom prompt generation model.
Expects a HuggingFace model ID.
Default: [FredZhang7/anime-anything-promptgen-v2](https://huggingface.co/FredZhang7/anime-anything-promptgen-v2) |
| `--sd-model` | Load a custom Stable Diffusion image generation model.
Expects a HuggingFace model ID.
Default: [ckpt/anything-v4.5-vae-swapped](https://huggingface.co/ckpt/anything-v4.5-vae-swapped)
*Must have VAE pre-baked in PyTorch format or the output will look drab!* |
| `--sd-cpu` | Force the Stable Diffusion generation pipeline to run on the CPU.
**SLOW!** |
-| `--enable-modules` | Override a list of enabled modules. Runs with everything enabled by default.
Expects a comma-separated list of module names. See [Modules](#modules) |
+| `--enable-modules` | Override a list of enabled modules. Runs with everything enabled by default.
Expects a comma-separated list of module names. See [Modules](#modules)
Example: `--enable-modules=caption,sd` |