diff --git a/README.md b/README.md index 42971c2..d06bbd9 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,11 @@ This repository provides a script which takes as input an SVG such as this one: -![example.svg] +![example.svg](example.svg) It outputs an [STL file](https://www.wikiwand.com/en/STL_(file_format)) like this one: -![example.png] +![example.png](example.png) The resulting solid is a cuboid with holes in it. It essentially adds a third dimension to the SVG file. The purpose of the output STL is to be fed into a 3D printer. The end goal is to make a physical [stencil](https://www.wikiwand.com/en/Stencil) for artistic purposes.