Skip to content

Commit 028b06f

Browse files
committed
🐛 fix(getting-started): remove explict language from bash command on getting started
1 parent bc290e5 commit 028b06f

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

en/getting-started/getting-started.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,17 @@ The fastest way to start is through the official create command, which generates
4242

4343
<CodeTabs>
4444
<Tab label="npm" language="bash">
45-
```bash
45+
```
4646
npx spraxium@latest new my-bot
4747
```
4848
</Tab>
4949
<Tab label='pnpm' language='bash'>
50-
```bash
50+
```
5151
pnpm create spraxium@latest my-bot
5252
```
5353
</Tab>
5454
<Tab label='bun' language='bash'>
55-
```bash
55+
```
5656
bunx spraxium@latest new my-bot
5757
```
5858
</Tab>

es/getting-started/getting-started.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,17 @@ La forma más rápida de comenzar es a través del comando oficial de creación,
3434

3535
<CodeTabs>
3636
<Tab label="npm" language="bash">
37-
```bash
37+
```
3838
npx spraxium@latest new mi-bot
3939
```
4040
</Tab>
4141
<Tab label='pnpm' language='bash'>
42-
```bash
42+
```
4343
pnpm create spraxium@latest mi-bot
4444
```
4545
</Tab>
4646
<Tab label='bun' language='bash'>
47-
```bash
47+
```
4848
bunx spraxium@latest new mi-bot
4949
```
5050
</Tab>

pt/getting-started/getting-started.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,17 @@ A forma mais rápida de começar é pelo comando oficial de criação, que gera
3434

3535
<CodeTabs>
3636
<Tab label="npm" language="bash">
37-
```bash
37+
```
3838
npx spraxium@latest new meu-bot
3939
```
4040
</Tab>
4141
<Tab label='pnpm' language='bash'>
42-
```bash
42+
```
4343
pnpm create spraxium@latest meu-bot
4444
```
4545
</Tab>
4646
<Tab label='bun' language='bash'>
47-
```bash
47+
```
4848
bunx spraxium@latest new meu-bot
4949
```
5050
</Tab>

0 commit comments

Comments
 (0)