Skip to content

Commit

Permalink
docs: fix checkbox command, use cli package (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcjulian authored Dec 11, 2023
1 parent 55b37bc commit 09006e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export const routeMeta: RouteMeta = {
<spartan-section-sub-heading id="installation">Installation</spartan-section-sub-heading>
<spartan-tabs class="mt-4" firstTab="Nx Plugin" secondTab="Manual">
<spartan-code firstTab language="sh" code="npx nx g @spartan-ng/nx:ui checkbox" />
<spartan-code firstTab language="sh" code="npx nx g @spartan-ng/cli:ui checkbox" />
<spartan-installation-cs secondTab />
</spartan-tabs>
Expand Down

0 comments on commit 09006e7

Please sign in to comment.