From 2cab3072757750d65940a4c95124c929114fddda Mon Sep 17 00:00:00 2001 From: Chris Seymour Date: Sun, 27 Sep 2015 15:34:05 +0100 Subject: [PATCH] removed lang for syntax highlighting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96acfcb..ea01ddb 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Game Of Life A python implementation of [Conway's Game of Life](http://en.wikipedia.org/wiki/Conway's_Game_of_Life) using the curses module with a small evolutionary twist. -```shell +``` $ gol --help usage: gol [-h] [-f] [-n initial_points] [-r refresh_rate] [-t] [-x] [-v]