Browse Source

updated README.md

Leon 7 years ago
parent
commit
0d68feba03
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View File

@@ -14,7 +14,7 @@
14 14
 * Below is a sample *instantation of* and *invokation on* `PhoneNumber`.
15 15
 	
16 16
 ```Java
17
-String stringRepresentation = "(302)-312-5555)";
17
+String stringRepresentation = "(302)-312-5555";
18 18
 PhoneNumber phoneNumber = new PhoneNumber(stringRepresentation);
19 19
 String areaCode = phoneNumber.getAreaCode();
20 20
 String centralOfficeCode = phoneNumber.getCentralOfficeCode();