Skip to content

Commit

Permalink
fix: remove filenames from getting started tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
brittonhayes committed Sep 20, 2023
1 parent 0f9844b commit 2edc53d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorials/beginner/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ For example, if you paste and run this terminal command:
<Tabs queryString="os">
<TabItem value="unix" label="cURL">

```bash title="ability-score.sh"
```bash
curl -X GET "https://www.dnd5eapi.co/api/ability-scores/cha" -H "Accept: application/json"

# or with httpie
Expand All @@ -29,7 +29,7 @@ http dnd5eapi.co/api/ability-scores/cha
</TabItem>
<TabItem value="win" label="PowerShell">

```powershell title="powershell"
```powershell
Invoke-RestMethod -Uri https://www.dnd5eapi.co/api/ability-scores/cha
```

Expand Down

0 comments on commit 2edc53d

Please sign in to comment.