diff --git a/subjects/maxwordcountn/README.md b/subjects/maxwordcountn/README.md index f2526c864..939f6c9ba 100644 --- a/subjects/maxwordcountn/README.md +++ b/subjects/maxwordcountn/README.md @@ -36,6 +36,6 @@ And its output : ```console $ go run . -map[Orange:6 is:6 of:7 the:8] +map[Orange:6 of:7 the:8] $ ```