diff --git a/subjects/printstr/README.md b/subjects/printstr/README.md index 2bebec2d..66a2215d 100644 --- a/subjects/printstr/README.md +++ b/subjects/printstr/README.md @@ -29,8 +29,8 @@ func main() { And its output : ```console -$ go run . | cat -e -Hello World!$ +go run . | cat -e +Hello World! ``` ### Notions