From 22183a53621b310bf054c21708945aebab4922ad Mon Sep 17 00:00:00 2001
From: Quentin Bolsee <quentinbolsee@hotmail.com>
Date: Mon, 2 Oct 2023 02:03:26 -0400
Subject: [PATCH] resize images

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

diff --git a/README.md b/README.md
index 28532b8..1ba6b0c 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # Python <-> MicroPython bridge
 
-![](docs/logo.png)
+<img src="docs/logo.png" width="350">
 
 This project lets you interact with MicroPython devices by directly having access to an equivalent Python object on your host computer. All functions are dynamically generated based on the signatures found in the source code of the MicroPython project.
 
@@ -114,7 +114,7 @@ The object is automatically updated after each upload. By default, functions are
 
 To evaluate the speed of the transmission back and forth, a simple round-trip time estimation was performed between an rp2040 and a typical laptop. The result show an average of ~3.4ms per function call in the most basic scenario:
 
-![](docs/rtt.png)
+<img src="docs/rtt.png" width="600">
 
 ## License
 
-- 
GitLab