Browse Source

Update README.md

Git-Leon 7 years ago
parent
commit
7432d4721b
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      README.md

+ 2
- 1
README.md View File

3
 
3
 
4
 
4
 
5
 # PhoneNumberFactory
5
 # PhoneNumberFactory
6
+* **Lab Author** - Leon Hunter
6
 * **Purpose** - to demonstrate basic exception handling and logging.
7
 * **Purpose** - to demonstrate basic exception handling and logging.
7
 * **Objective** - to implement a `PhoneNumberFactory` class that generates `PhoneNumber` objects.
8
 * **Objective** - to implement a `PhoneNumberFactory` class that generates `PhoneNumber` objects.
8
 * The `PhoneNumber` class is a container for a `String` representation of a respective phone number.
9
 * The `PhoneNumber` class is a container for a `String` representation of a respective phone number.
57
 
58
 
58
 	
59
 	
59
 # Part 6; Ensure all test cases pass
60
 # Part 6; Ensure all test cases pass
60
-* Yeah this header says all that is needed...
61
+* Yeah this header says all that is needed...