diff --git a/docs/get-started/quickstart.mdx b/docs/get-started/quickstart.mdx
index 74da0e3d3..27dc557fb 100644
--- a/docs/get-started/quickstart.mdx
+++ b/docs/get-started/quickstart.mdx
@@ -44,7 +44,7 @@ curl -L "https://nitric.io/install?version=latest" | bash
The Nitric CLI's `new` command provides prompts to scaffold new projects from templates. Here's an example of creating a new project from a template:
-
+
@@ -86,11 +86,11 @@ nitric new hello-world dart-starter
-
+
Navigate to the new project directory and install the dependencies:
-
+
@@ -149,11 +149,11 @@ dart pub get
-
+
Your project should now look like this:
-
+
@@ -226,7 +226,7 @@ Your project should now look like this:
-
+
## Running the app locally