diff --git a/README.md b/README.md
index a9d28e0ca576c1d4f7d1bdff570a310b7c5ecb66..444f4bc024e6e84beff1b8cd8c2322b8845a02a3 100644
--- a/README.md
+++ b/README.md
@@ -97,4 +97,14 @@ Additionally, the following class was added to the project:
     view/graphics/PaintableSpline.java
     
 ### Expected behavior:
-Spline interpolation can be painted.
\ No newline at end of file
+Spline interpolation can be painted.
+
+## Exercise 8
+This exercise is based on the eleventh lecture about a more effcient spline interpolation method.
+
+In this exercise we need to implement this new method in the following classes:
+    model/Spline.java
+    view/graphics/PaintableSpline.java
+    
+### Expected behavior:
+Spline interpolation can be painted as before.
\ No newline at end of file