From cc6090ecbd12fd3990a40cb4a7115f09646896fb Mon Sep 17 00:00:00 2001
From: Ade Azurat <ade@cs.ui.ac.id>
Date: Fri, 17 May 2019 16:14:50 +0700
Subject: [PATCH] Problem 2 Take home, minor revision. Update readme.md

---
 readme.md | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/readme.md b/readme.md
index 5720251..038ff89 100644
--- a/readme.md
+++ b/readme.md
@@ -62,9 +62,9 @@ Good luck.
 
 -------------------
 
-# Problem 2: Take Home Exam Preparation (Duration: x minutes, on your convenience)
+# Problem 2: Pets Traversing 
 ## Take Home, begin on Friday 17 May 2019 16:00 
-## Expected duration: 90 minutes coding, 10 minutes techinical writing
+## Expected duration: 90 minutes coding, 10 minutes technical writing
 ## Duedate: Monday 20 May 2019, 8:30 
 ## Point: 15%
 
@@ -73,10 +73,10 @@ Type of problems:
 * medium readme modification.
 
 Problem description: 
-The clinic have the information of the pets heritage. The owner of the clinic indicate
+The clinic have the information of the pets heritage. The owner of the clinic indicates
 that probably later he would like to know the total number of pets in the clinic,
 the eldest pets in the family of pets in the clinic, 
-or any other data processing that required traversing the pets data. 
+or any other data processing that may require traversing the pets data. 
 
 As an advanced programmer that has learned design pattern from the Design pattern book, 
 you realize that it is a common use case of design pattern. 
@@ -96,12 +96,12 @@ the maintanance process when adding new features related to data traversing.
 *Warning:* You should complete the previous problem of pets heritage before doing
 this problem. 
 
-*Hint:* It very common on the first try you would need a lot more time. Try to redo the task 
-several times, until you reach the expected time. You may need to use different branch or
-repository to do that. _Practice makes perfect!_
+*Hint:* It is very common on the first try you would need a lot more time. Try to redo the task 
+several times, until you reach the expected time. You may need to use different branchs or
+repositories to do that. _Practice makes perfect!_
 
 *Notes:* You may ask others and work together with your friends. 
-Make sure you re do it again personally in your branch. 
+Make sure you re-do it again individually. 
 Make sure you really understand how it works.
 
 -------------------
-- 
GitLab