diff --git a/Staff.java b/Staff.java
index 86a96691192777f59fba3a0ac8c28e0c94e219fd..67bb57a192c12646186c6e8a03ef2ebeb74e8fa2 100644
--- a/Staff.java
+++ b/Staff.java
@@ -119,12 +119,13 @@ public class Staff {
     }
 
     public Employee dhvbnl() {
-    	return new Employee(
-		"dhruv",
+    	return new Employee (
+		"Dhruv",
 		"tech student",
 		"breaking things that work, making things that break",
 		"dhvbnl.jpg",
-		"pillow representing dhruv"	
+		"pillow representing dhruv"
 	);
     }
+
 }