summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 11 insertions, 2 deletions
diff --git a/README.md b/README.md
index 1821c0a..2695cca 100644
--- a/README.md
+++ b/README.md
@@ -5,8 +5,8 @@ gerber-tools
Tools to handle Gerber and Excellon files in Python.
-Example:
-
+Useage Example:
+---------------
import gerber
from gerber.render import GerberSvgContext
@@ -20,3 +20,12 @@ Example:
# Create SVG image
top_copper.render(ctx)
nc_drill.render(ctx, 'composite.svg')
+
+
+Rendering Examples:
+-------------------
+###Top Composite rendering
+![Composite Top Image](examples/composite_top.png)
+
+###Bottom Composite rendering
+![Composite Bottom Image](examples/composite_bottom.png) \ No newline at end of file