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

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

diff --git a/README.md b/README.md
index 09a777c..793f686 100644
--- a/README.md
+++ b/README.md
@@ -259,7 +259,7 @@ Once you have made the footprint save it and go back to the schematic and associ
 
 You will now create a layout for your project. This is where you physically place the components on the PCB and draw the copper traces to connect the components. Before you start placing the components you have to setup some "design rules" for the layout so the manufacturer can make the PCB.
 
-We use Aisler, and their 2-layer "Beautiful Boards" with [specs](https://aisler.net/help/design-rules-and-specifications/specifications). Aisler directly accepts KiCad designs, which is great as we don't need to worry about exporting to other formats (such as Gerber). Moreover, there are ready made templates for setting up your KiCad project to fit their manufacturing process. [KiCad-Templates](https://github.com/sethhillbrand/kicad_templates)
+We use Aisler, and their 2-layer "Beautiful Boards" with [specs](https://aisler.net/help/design-rules-and-specifications/specifications). Aisler directly accepts KiCad designs, which is great as we don't need to worry about exporting to other formats (such as Gerber). Moreover, there are ready made templates for setting up your KiCad project to fit their manufacturing process,  [KiCad-Templates](https://github.com/sethhillbrand/kicad_templates).
 
 KiCad uses text files both for storing configuration parameters and your actual design. (Normally its a bad idea to fiddle with machine generated files manually, but they are actually quite readable and fairly easy to understand/navigate.)
 
-- 
GitLab