From 2edc53da6f27221ce1b12f3a294e33d109183a7b Mon Sep 17 00:00:00 2001 From: brittonhayes Date: Wed, 20 Sep 2023 12:36:45 -0700 Subject: [PATCH] fix: remove filenames from getting started tabs --- docs/tutorials/beginner/getting-started.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/beginner/getting-started.mdx b/docs/tutorials/beginner/getting-started.mdx index f00f270..a4e37c5 100644 --- a/docs/tutorials/beginner/getting-started.mdx +++ b/docs/tutorials/beginner/getting-started.mdx @@ -19,7 +19,7 @@ For example, if you paste and run this terminal command: -```bash title="ability-score.sh" +```bash curl -X GET "https://www.dnd5eapi.co/api/ability-scores/cha" -H "Accept: application/json" # or with httpie @@ -29,7 +29,7 @@ http dnd5eapi.co/api/ability-scores/cha -```powershell title="powershell" +```powershell Invoke-RestMethod -Uri https://www.dnd5eapi.co/api/ability-scores/cha ```