From 4e9f0844a5894e2785e4b33ec25cb2eb3837b58a Mon Sep 17 00:00:00 2001 From: Michael Fogleman Date: Sat, 7 Jan 2017 23:28:13 -0500 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1adf28c..e8d1f30 100644 --- a/README.md +++ b/README.md @@ -9,16 +9,16 @@ Python library for working with the AxiDraw v3 pen plotter. - path drawing order optimization - drawing transformations - translate, scale, rotate - - scale and/or rotate to fit + - scale and/or rotate to fit page - move to origin or center of page -- "turtle" graphics +- [turtle graphics](https://en.wikipedia.org/wiki/Turtle_graphics) ### TODO / Coming Soon - primitives - circles, arcs, beziers - svg support -- preview (render png) +- preview (render to png) - progress / status while drawing ### Installation @@ -37,7 +37,7 @@ Then you can try the examples... ### Example -Use the turtle to draw a dragon curve, filling an 8.5x11" page. +Use the turtle to draw a dragon curve, filling a standard US letter page. ```python import axi