diff --git a/README.md b/README.md
index c039d79256284ca83b81f9677b96f91eeaf43899..7adb096f424ac9dd2e261df4660d56f5d4d3d985 100644
--- a/README.md
+++ b/README.md
@@ -3,27 +3,25 @@
 Carl Österberg (grade 4), Otto Kalliorinne (4), Alba Gallego (grade 4)
 
 ### Introduction
-We plan to make a gaming mouse using the shell of an old RZ01-0201 gaming mouse.
+The plan is to develop a gaming mouse using the shell of an old RZ01-0201 gaming mouse.
 
 ### Features: 
 * cursor movement(obviously)
 * right and left mouseclick (mouse1/2)
 * sidebuttons (mouse4/5)
 * dpi buttons (2)
-* if time allows:
-    * scrollwheel with button (mouse3)!!!!
 
 ### Components:
 * Reuse of old side and dpi buttons (separate board with 5-pin cable to nucleo).
 * 2 D2F switches.
-* Custom nucleo board with MCU STM32F401RE
-* PixArt PMW3389 sensor
-* Shell of RZ01-0201
+* Custom nucleo board with MCU STM32F401RE.
+* PixArt PMW3389 sensor.
+* Shell of RZ01-0201.
 * The rest of the components used is found in the Kicad project file, together with the PCB cutout and design.
 
 ### Software specs
-* USB mouse driver written in Rust using RTIC
-* 
+* USB mouse driver written in Rust with RTIC.
+* Software with support for the features stated above.
 
 https://github.com/stm32-rs/stm32f4xx-hal
 
@@ -44,3 +42,4 @@ The important connections are those that are going to be processed explicitly in
 * PC11(52) = MISO
 * PC12(53) = MOSI
 
+