diff --git a/README.md b/README.md
index 15d016ef95..7ab66249f7 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
-

+
🌱 Spec Kit
Build high-quality software faster.
@@ -379,7 +379,7 @@ specify init . --force
specify init --here --force
```
-
+
In an interactive terminal, you will be prompted to select the coding agent integration you are using. In non-interactive sessions, such as CI or piped runs, `specify init` defaults to GitHub Copilot unless you pass `--integration`. You can also proactively specify the integration directly in the terminal:
@@ -413,7 +413,7 @@ specify init --integration copilot --ignore-agent-tools
Go to the project folder and run your coding agent. In our example, we're using `claude`.
-
+
You will know that things are configured correctly if you see the `/speckit.constitution`, `/speckit.specify`, `/speckit.plan`, `/speckit.tasks`, and `/speckit.implement` commands available.