From cee7c84079c513e661d4dd93a0bdc2822d242238 Mon Sep 17 00:00:00 2001
From: Jingyan Ling <jingyanling2018@u.northwestern.edu>
Date: Mon, 11 Nov 2019 17:17:18 -0600
Subject: [PATCH] update readme

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 4a1634d..d84efc9 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,7 @@ The software converts each wiring information into wiring patterns onto the mech
 #### PCB osftware package
 This software package takes user input of electrical netlist and mechanical design, outputs an electrical design file with wiring information. We utilize the auto-router [FreeRouting](https://freerouting.org/) to generate wiring information that can be passed to the DFM software package. We use the electrical design file with extension of `dsn` to represent the PCB layout. The package imports the mechanical design from a drawing, treats it as PCB outlines and wiring keepout areas. 
 
-![](journal_media/fig12-2.png)
+![](journal_media/fig12-2.png){:height="50%" width="50%"}
 ## Implement My Work 
 
 #### DFM software package
-- 
GitLab