diff --git a/README.md b/README.md index 94ec9d3..6d53b9f 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,9 @@ Comprehensive collection of well-known, and not so well-known, programming styles using a simple computational task, term frequency. All programs run with the following command line: -$ python tf-NN.py ../pride-and-prejudice.txt +```bash +python tf-NN.py ../pride-and-prejudice.txt +``` Explanations and historical context for all these styles can be found in the companion book [Exercises in Programming Style](http://www.amazon.com/Exercises-Programming-Style-Cristina-Videira/dp/1482227371/).