From 3e53e304621341b7afca3b67a7808a75c2aff667 Mon Sep 17 00:00:00 2001
From: Asher <hanlinm2@illinois.edu>
Date: Sat, 10 Dec 2022 22:58:21 -0600
Subject: [PATCH] resized images

---
 README.md | 17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index cb8a4f1..fc20b42 100644
--- a/README.md
+++ b/README.md
@@ -18,13 +18,18 @@ python3 pen_tracking.py
 ```
 
 ## Instructions
-1. Use green masking tape on the corners of an A4 paper
-![tape](img/tape.jpeg)
-![taped paper](img/paper.jpeg)
+1. Use green masking tape on the corners of an A4 paper 
+
+<img src="img/tape.jpeg" alt="tape" width="300"/>
+<img src="img/paper.jpeg" alt="taped paper" width="300"/>
+
 2. Tape the tip of a pen or pencil with the same masking tape.
 3. Run ```python3 pen_tracking.py```
 4. Calibrate. Close the laptop lid so that the four corners of the paper is in view and have coordinates attached to them. Press Q to confirm calibration and move the paper away.
-![paper with corner coordinates on camera](img/calibration.jpeg)
+
+<img src="img/calibration.jpeg" alt="paper with corner coordinates on camera" width="300"/>
+
 5. Now you can start drawing and taking notes. Press Q to quit. Press C to clear canvas.
-![Drawing with taped pen on table from the camera view](img/draw.jpeg)
-![white background with writing on it in blue](img/canvas.jpeg)
\ No newline at end of file
+
+<img src="img/canvas.jpeg" alt="white background with writing on it in blue" width="300"/>
+<img src="img/draw.jpeg" alt="Drawing with taped pen on table from the camera view" width="300"/>
\ No newline at end of file
-- 
GitLab