Skip to content

Commit

Permalink
docs: simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Dec 7, 2024
1 parent 16e27b3 commit 584d25d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docs/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default function Page() {
<pre>
<code>
{`$ cd ./coffee
$ mkdir src && touch ./src/index.ts && touch package.json`}
$ mkdir src && touch ./src/index.ts`}
</code>
</pre>

Expand All @@ -45,10 +45,6 @@ $ mkdir src && touch ./src/index.ts && touch package.json`}
</pre>

<h4>Build</h4>
<p>
Run the npm <code>build</code> script.
</p>

<pre>
<code>{`$ npm run build`}</code>
</pre>
Expand Down

0 comments on commit 584d25d

Please sign in to comment.