diff --git a/README.md b/README.md
index 11208c9..e57c7f2 100644
--- a/README.md
+++ b/README.md
@@ -4,9 +4,14 @@
[![Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
+
+
+
+
+
A framework to model and solve the Job Shop Scheduling Problem with a special focus on graph representations.
-## Usage
+## Example
```python
import matplotlib.pyplot as plt
diff --git a/job_shop_lib_logo.png b/job_shop_lib_logo.png
new file mode 100644
index 0000000..15e9ad5
Binary files /dev/null and b/job_shop_lib_logo.png differ
diff --git a/logo_with_transparent_background.png b/logo_with_transparent_background.png
new file mode 100644
index 0000000..85bd5d5
Binary files /dev/null and b/logo_with_transparent_background.png differ