diff --git a/_site/tasks/task3/index.html b/_site/tasks/task3/index.html
index 22df1fd..56d905c 100644
--- a/_site/tasks/task3/index.html
+++ b/_site/tasks/task3/index.html
@@ -133,7 +133,7 @@
Task
- Turtle 1 should trace the path with red color,turtle2 with black and turtle3 with green color.
- You need to trace the following equations with the help of turtlesims packages:
- Y = 5cos(x) ,Y = 5sin(x).
+ Y = 5cos(x) ,Y = 5sin(4x).
- The Three turtlesims should not collide with each other,rather they should complete the given curves simultaneously.
- The first curve traced by turtle 1 should be in interval [0,2π],the second curve should be in [2π,4π] and the third curve should in [4π,6π].
@@ -147,8 +147,8 @@ Resources
Output
- - The Expected outcome from the participants
-
+ - The Expected outcome from the participants
+ - Make the Requried changes in the MARIO repository.
Submission Instructions