Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/routes/builder.docs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,9 @@ function RouteComponent() {
use the CLI directly:
</p>
<pre className="bg-gray-100 dark:bg-gray-900 p-4 rounded-lg overflow-x-auto text-sm">
{`npx @tanstack/cli create my-app`}
<code className="text-gray-800 dark:text-gray-200">
npx @tanstack/cli create my-app
</code>
</pre>
<p className="text-gray-600 dark:text-gray-400 mt-4">
For full CLI documentation, see the{' '}
Expand Down