From ba280be0ea0858b652dbc7941b17cc2d6a626354 Mon Sep 17 00:00:00 2001
From: Grace Copplestone <grace.copplestone@cba.mit.edu>
Date: Wed, 1 Nov 2017 16:01:13 -0400
Subject: [PATCH] Update README.md

---
 eagle/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/eagle/README.md b/eagle/README.md
index db90769..e1f0d76 100644
--- a/eagle/README.md
+++ b/eagle/README.md
@@ -3,7 +3,7 @@ Matt Keeter wrote a Python script that opens up Eagle and exports a number of pn
 
 To get this script to run, use the following steps:
 * Save eagle_png.py into the folder where you keep your .brd and .sch files
-* Install (ImageMagick)[https://www.imagemagick.org/script/index.php]
+* Install (https://www.imagemagick.org/script/index.php)[ImageMagick]
 * Create a polygon over your .brd design on the Milling layer (number 46)
 * Save your .brd file and close Eagle
-* Run eagle_png using the following command $python eagle_png.py board_folder/board_name.brd
+* Run eagle_png using the following command `python eagle_png.py board_folder/board_name.brd`
-- 
GitLab