From 194ccbb8fe4a6d90052906434a711ffa069f3b85 Mon Sep 17 00:00:00 2001 From: Tiago Collot Date: Tue, 27 Sep 2022 11:27:31 +0100 Subject: [PATCH] fix(podiumposition): change 'go' to 'console' --- subjects/podiumposition/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/podiumposition/README.md b/subjects/podiumposition/README.md index 2ef75fb3..c4dbb3b1 100644 --- a/subjects/podiumposition/README.md +++ b/subjects/podiumposition/README.md @@ -35,7 +35,7 @@ func main() { And its output: -```go +```console $ go run . | cat -e [[1st Place] [2nd Place] [3rd Place] [4th Place]]$ ```