diff --git a/subjects/onlyb/README.md b/subjects/onlyb/README.md index 3126577b..6c2f6e23 100644 --- a/subjects/onlyb/README.md +++ b/subjects/onlyb/README.md @@ -2,15 +2,15 @@ ### Instructions -Write a program that displays a `b` character on the standard output. (and nothing else) +Write a program that displays a `B` character on the standard output. (and nothing else) ### Usage ```console $ go run . -b +B $ go run . "a" "b" -b +B $ go run . "a" "b" "c" -b +B ```