From 2250323b55ac1e6118d61831e70e8139444fd8b7 Mon Sep 17 00:00:00 2001 From: Dan Leech Date: Fri, 23 Oct 2015 10:43:36 +0100 Subject: [PATCH] Added links --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c39cdedfc..2fe74f404 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ ## Build Process 1. Acquire source vector file. -1. Simplify icon in vector editing tool (I use Affinity Designer). +1. Simplify icon in vector editing tool (I use [Affinity Designer](https://affinity.serif.com/en-gb/)). 1. Export SVG. 1. Run SVGO on the SVG file. -1. Add object to simple-icons.json. -1. Run build.js in Node. \ No newline at end of file +1. Add object to [simple-icons.json](https://github.com/danleech/simple-icons/blob/gh-pages/src/simple-icons.json). +1. Run [build.js](https://github.com/danleech/simple-icons/blob/gh-pages/src/build.js) in Node.