Skip to content

Commit 3d29924

Browse files
committed
docs(builder): Improve CLI command formatting in builder docs
1 parent 5922104 commit 3d29924

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/routes/builder.docs.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,9 @@ function RouteComponent() {
121121
use the CLI directly:
122122
</p>
123123
<pre className="bg-gray-100 dark:bg-gray-900 p-4 rounded-lg overflow-x-auto text-sm">
124-
{`npx @tanstack/cli create my-app`}
124+
<code className="text-gray-800 dark:text-gray-200">
125+
npx @tanstack/cli create my-app
126+
</code>
125127
</pre>
126128
<p className="text-gray-600 dark:text-gray-400 mt-4">
127129
For full CLI documentation, see the{' '}

0 commit comments

Comments
 (0)