Update README.md
diff --git a/README.md b/README.md
index 3026ccf..318d26f 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,8 @@
* Added 2 inputs and 2 outputs to the motor control module, to aid in controlling stepper motors for a plotter's operation. The 2 inputs have been used to read the state of homing switches, and the 2 outputs have been used to provide the direction inputs to the stepper motor driver, but this usage of the IOs been done using firmware, thus they can be easily used for other purposes by modifying the firmware written in C language.
* Increased instruction memory size to 8 KB and data memory size to 4 KB. As shown in the image below, the 4 lower SRAMs constitute the instruction memory and the 2 upper SRAMs constitute the data memory.
-<img src="docs/full_chip_layout.png" alt="layout rendered using klayout" width="500"/>
+<p align="center">
+ <img src="docs/full_chip_layout.png" alt="layout rendered using klayout" width="300"/>
+</p>
## Testbench