From eac8073610189788f915d4a222e20ef7feb2a4a3 Mon Sep 17 00:00:00 2001 From: Lingdong Huang Date: Fri, 31 Mar 2017 11:36:09 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e36759..428909d 100644 --- a/README.md +++ b/README.md @@ -45,5 +45,5 @@ lines = linedraw.sketch("path/to/img.jpg") # return list of polylines, eg. linedraw.visualize(lines) # simulates plotter behavior # draw the lines in order using turtle graphics. -`` +```