From c4f1cb50b5a36f26c7f5cef11fd7f340329149b2 Mon Sep 17 00:00:00 2001 From: Mark McGranaghan Date: Mon, 1 Oct 2012 13:21:30 -0700 Subject: [PATCH] fix highlighting --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e4aeafc..2d3200b 100644 --- a/README.md +++ b/README.md @@ -25,4 +25,5 @@ $ cd tool $ go build generate.go $ cd .. $ tool/generate src/063-line-filters/line-filters.go 'Line Filters' > build/line-filters.html -$ prince build/line-filters.html -o build/line-filters.pdf \ No newline at end of file +$ prince build/line-filters.html -o build/line-filters.pdf +```