From ceead5563ebc85aa092c51ada339b92708e93a3b Mon Sep 17 00:00:00 2001 From: Jeremy Walker Date: Fri, 10 Nov 2023 17:09:26 +0900 Subject: [PATCH] Update metadata.toml (#2340) Improve text to look better on widgets --- exercises/hello-world/metadata.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/hello-world/metadata.toml b/exercises/hello-world/metadata.toml index f4a0b9d752..8197758438 100644 --- a/exercises/hello-world/metadata.toml +++ b/exercises/hello-world/metadata.toml @@ -1,4 +1,4 @@ title = "Hello World" -blurb = "The classical introductory exercise. Just say \"Hello, World!\"." +blurb = "Exercism's classic introductory exercise. Just say \"Hello, World!\"." source = "This is an exercise to introduce users to using Exercism" source_url = "https://en.wikipedia.org/wiki/%22Hello,_world!%22_program"