Update README.md

This commit is contained in:
Lingdong Huang 2017-03-31 11:36:09 -04:00 committed by GitHub
parent a17b66b69f
commit eac8073610

View File

@ -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.
``
```