diff --git a/README.md b/README.md
index c4ff2c4..3474a1c 100644
--- a/README.md
+++ b/README.md
@@ -6,38 +6,38 @@ The Exoscale `draw.io` icon libraries provide three sets of icons to visualize a
## Exoscale Symbol
The file `exo-sym_v2.xml` holds the library of the Exoscale Symbol icons for product and feature.
-![Exoscale Symbols](./docs/exo-sym_v2.png)
+![Exoscale Symbols](./images/exo-sym_v2.png)
## Exoscale Component
The file `exo-com_v2.xml` holds the library of the Exoscale Component icons.
-![Exoscale Components](./docs/exo-com_v2.png)
+![Exoscale Components](./images/exo-com_v2.png)
## Exoscale External
The file `exo-ext_v2.xml` holds the library of the External generic icons.
-![Exoscale Externals](./docs/exo-ext_v2.png)
+![Exoscale Externals](./images/exo-ext_v2.png)
## Installation
To get started, download the archive of icons from [GitHub](https://github.com/exoscale/drawio-library/releases) and use the `Open Library...` command in the `File` menu in `draw.io`.
-![](./docs/open_library.png)
+![](./images/open_library.png)
## Usage
If you have opened all three icon libraries, you can access all icons on the right-hand side of the UI; clicking on one of the icons will place it on your drawing canvas. The initial icon sizing is so structured that usage is proportionally aligned.
-![](./docs/example_drawio.png)
+![](./images/example_drawio.png)
## Examples
### Example 1
-
+![](./images/example_1.png)
### Example 2
-
+![](./images/example_2.png)
diff --git a/docs/example_1.png b/images/example_1.png
similarity index 100%
rename from docs/example_1.png
rename to images/example_1.png
diff --git a/docs/example_2.png b/images/example_2.png
similarity index 100%
rename from docs/example_2.png
rename to images/example_2.png
diff --git a/docs/example_drawio.png b/images/example_drawio.png
similarity index 100%
rename from docs/example_drawio.png
rename to images/example_drawio.png
diff --git a/docs/exo-com_v2.png b/images/exo-com_v2.png
similarity index 100%
rename from docs/exo-com_v2.png
rename to images/exo-com_v2.png
diff --git a/docs/exo-ext_v2.png b/images/exo-ext_v2.png
similarity index 100%
rename from docs/exo-ext_v2.png
rename to images/exo-ext_v2.png
diff --git a/docs/exo-sym_v2.png b/images/exo-sym_v2.png
similarity index 100%
rename from docs/exo-sym_v2.png
rename to images/exo-sym_v2.png
diff --git a/docs/open_library.png b/images/open_library.png
similarity index 100%
rename from docs/open_library.png
rename to images/open_library.png