Skip to content

Commit

Permalink
changed Hero command npm to yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
trace2798 committed May 25, 2023
1 parent fbbdf8c commit 7509d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/app/components/Hero.tsx
Expand Up @@ -27,7 +27,7 @@ const Hero: FC<HeroProps> = ({}) => {
<Button className="max-md:mb-10">
Explore Documentation <Icons.ArrowRight className="h-4" />
</Button>
<CodeCopyButton> npm i next-sitemap </CodeCopyButton>
<CodeCopyButton>yarn add next-sitemap</CodeCopyButton>
</div>
</div>
</main>
Expand Down

0 comments on commit 7509d3a

Please sign in to comment.