diff --git a/README.md b/README.md
index 5f12b19..88f5a0d 100644
--- a/README.md
+++ b/README.md
@@ -1,14 +1,13 @@
-
-## Intro
+#Intro
Maritime Visualisation is a tool that allow you to visualize ais data.
## Usage
You can import data by clicking on File -> Import, and select your CSV file. The CSV file must be in this format :
MMSI,BaseDateTime,LAT,LON,SOG,COG,Heading,VesselName,IMO,CallSign,VesselType,Status,Length,Width,Draft,Cargo
-![import.png](visualisation-maritime/src/main/resources/readmeImage/import.png 'Import example')
+![Smaller icon](src/main/resources/readmeImage/import.png?raw=true 'Import example')
A specific MMSI can be highlighted by selecting it in the left panel and specific data can be plot in the bottom panel.
-![selectedData.png](visualisation-maritime/src/main/resources/readmeImage/selectedData.png 'Selected data example')
+![Smaller icon](src/main/resources/readmeImage/selectedData.png?raw=true 'Selected data example')
## Requirements
@@ -23,7 +22,7 @@ Clone the project with :
Go to :
- $cd visualisation-maritime
+ $visualisation-maritime
Build and run the project with :