Remove parent task update

Change-Id: Ib2ede7fa2b652cfe225f5c83449c2e0b1c374fb0
diff --git a/server/tm/README.md b/server/tm/README.md
index 6b6e62d..4be9d02 100644
--- a/server/tm/README.md
+++ b/server/tm/README.md
@@ -14,7 +14,7 @@
 ### Types (`types.go`)
 
 - **Task**: The main task entity with all task properties
-- **TaskStatus**: Enum for task states (pending, in progress, completed, etc.)
+- **TaskStatus**: Enum for task states (in progress, completed, etc.)
 - **TaskPriority**: Enum for task priorities (low, medium, high, urgent)
 - **Owner**: Represents a task owner