tracks/common-lisp/exercises/word-count/README.md in trackler-2.2.1.49 vs tracks/common-lisp/exercises/word-count/README.md in trackler-2.2.1.50

- old
+ new

@@ -2,16 +2,15 @@ Given a phrase, count the occurrences of each word in that phrase. For example for the input `"olly olly in come free"` -```plain +```text olly: 2 in: 1 come: 1 free: 1 ``` - ## Setup Check out [Exercism Help](http://exercism.io/languages/lisp) for instructions to get started writing Common Lisp. That page will explain how to install and setup