From c7db83f2bd186ff7b57d19bfb2aec7c4a7b0aa15 Mon Sep 17 00:00:00 2001
From: Per Lindgren <per.lindgren@ltu.se>
Date: Sun, 24 Jan 2021 22:38:54 +0100
Subject: [PATCH] lab2 prel (polish)

---
 README.md | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/README.md b/README.md
index 2126ca4..bc9d4fa 100644
--- a/README.md
+++ b/README.md
@@ -269,14 +269,16 @@ KiCad uses text files both for storing configuration parameters and your actual
 - Make sure that the grid is set to ”mm” and change the grid size to 1,0mm.
 - Click on the Read netlist button and select your newly generated netlist-file, click Read Current Netlist.
 
-- Click on the menu File/Board Setup/Design Rules, you should set: 
-  | Requirement          | Value   |
-  | -------------------- | ------- |
-  | Minimum track width  | 0,2mm   |
-  | Minimum via diameter | 0,4mm   |
-  | Minimum via drill    | 0,3mm   |
-  | Minimum hole to hole | 0,25 mm |
-  (We don't use micro vias in our designs.)  
+- Click on the menu File/Board Setup/Design Rules, you should set:
+  
+| Requirement          | Value   |
+| -------------------- | ------- |
+| Minimum track width  | 0,2mm   |
+| Minimum via diameter | 0,4mm   |
+| Minimum via drill    | 0,3mm   |
+| Minimum hole to hole | 0,25 mm |
+
+(We don't use micro vias in our designs.)  
   
 - Under "Net Classes" we add a new class. Click on the ”Add” button to add a classes named Power, and set the track width to 0,5mm. We want this net to handle more current, hence we use a wider trace.
 
-- 
GitLab