Skip to content

Commit 511da8e

Browse files
committed
remove extra lines
1 parent 42a60ea commit 511da8e

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

src/content/docs/developer-spotlight/tutorials/creating-a-recommendation-api.mdx

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -67,26 +67,6 @@ Open your command line interface (CLI) and run the following command:
6767
args={"cross-sell-api --framework=hono"}
6868
/>
6969

70-
<Tabs> <TabItem label="npm">
71-
72-
```sh
73-
npm create cloudflare@latest cross-sell-api -- --framework hono
74-
```
75-
76-
</TabItem> <TabItem label="yarn">
77-
78-
```sh
79-
yarn create cloudflare cross-sell-api -- --framework hono
80-
```
81-
82-
</TabItem> <TabItem label="pnpm">
83-
84-
```sh
85-
pnpm create cloudflare@latest cross-sell-api -- --framework hono
86-
```
87-
88-
</TabItem> </Tabs>
89-
9070
If this is your first time running the `C3` command, you will be asked whether you want to install it. Confirm that the package name for installation is `create-cloudflare` and answer `y`.
9171

9272
```sh

0 commit comments

Comments
 (0)